Zénon Roy
Zénon Roy
The version of Node you are using is outdated, to get the latest version, you will need to compile from the source, which you can get here https://nodejs.org :) ```...
:+1: That is an amazing idea :smile:
This is my suggestion for the last one. It reduces even more code & looks more like raxe syntax :smile: ``` ruby import openfl: display: Bitmap, Sprite events: Event, KeyboardEvent...
Following the same idea, this: ``` ruby import luxe.Input import luxe.Scene import luxe.Sprite import luxe.Visual import luxe.Color import luxe.Vector import luxe.AppConfig import luxe.Particles import luxe.Entity import luxe.Text import luxe.structural.Pool import...
Thanks :smiley: In my opinion, I think the separation is easier to see with the commas, but it could be optional, so it fits everyone's style :smile:
I think that both of the solutions are great, the only problem is that there is not enough people to discuss about it :worried: To me, the fact that it...
I think we should improve the LiveScript [ `require!` syntax ](http://livescript.net/#operators-require) so that it fits Spoon and Haxe to reduce the ammount of `import` statements. I hate big `import` lists...
Regarding the new syntax for `import`, I've reworked the syntax found here and opened #26 so that we can discuss it together :)