Nidin Vinayakan
Nidin Vinayakan
There will be no more features in TurboScript v1 until we get a decent test coverage. TurboScript v2 scope will be like this.  emitted code will share common...
Nice to have in v1 but it can be skipped to v2. On Wed 12. Apr 2017 at 4:47 PM, Wink Saville wrote: > v2? > > — > You...
Right now importing from JavaScript built-in. I need to implement method overload to use same functions for different signatures like in JavaScript. It's a big task to implement all built-ins...
Sure we can implement direct equalents right away. right now built-in classes and functions are located inside library folder.
Tree shaking should remove unused functions. So there will be no extra cost. On Wed 12. Apr 2017 at 4:32 PM, Wink Saville wrote: > Be sure there are no...
Not yet. No work done in that direction. You are free to investigate. On Wed 12. Apr 2017 at 5:55 PM, Max Graey wrote: > @nidin Is it possible use...
immutable globals with initialize expression is not yet supported but planned.
We already implemented generics for classes (#2) therefore same code can be reused to implement this feature.
:smile: sure moved to v2
Sure, why not. I have also similar idea.