Camilo

Results 103 comments of Camilo

For incrementaly numeric values. If no braces are found after an identifier and a numeric value is found in the `#!enum` attribute. Take that as the starter value for a...

The other option is create a class like https://github.com/spatie/enum and use the Meta way like PureFox48 described

May https://github.com/wren-lang/wren/pull/962 be handy You could set an attribute before your loop `#break = 2` `#continue = 2` and then when you use `break` or `continue` it will break 2...

Can break and continue be operators to numbers? 2 break 3 continue or methods? 2.break 3.continue

how about using the statment like this - `break break` - `continue continue` I dont know how popular is having more than 3 levels of nesting in loops :)

Although `break 2` seems shorter I find that passing a param is like a function rather than a statement. By repeating the same statement x amount of times in the...

I downloaded the prebuild version of premake and have no problems. Also I love that they use a simple language like lua to the configurations. A wild idea would be...

I dont know if this is feasible or a good idea but maybe a variable can hold the methods and implicitly be called if no higher priority options are found....

> (BTW, the `Module__` examples are a little inconsistent on whether you would have to call a constructor on the class that provides the static methods, or just pass the...

I think some web connectivity would be great. But a simple HTTP lib or websockets would be enough for most games. For example using https://docs.rs/phyllo/latest/phyllo/ for using Phoenix Channels would...