GokuHiki
GokuHiki
Yue have some nice features/syntax that make it a joy to work with like existence ?, nil coalescing ??, backcalls, destruct vargs... . But it also has big draw back...
Well... I use YueScript daily to write tools and script games as a hobby, but I also work in other languages like Python, javascript, C# and GDScript as a dev....
I encounter this error when work with class. Nothing is serious but maybe you could take a look. ```moonscript class Behavior Start: => Debug.Log("START!") -- Observable.EveryUpdate()\Subscribe ->Debug.Log("UPDATE!") observable = Observable.EveryUpdate()...
Currently YueScript only supports continue expression on newline if the operator is at the end of the line. This is helpful but for me I prefer to put the operator...