senditu
senditu
I was just about to create a new ticket about this. LiveScript needs the ability to easily iterate through iterators created by generator-functions/coroutines. From what I understand, the following syntax...
While we're talking about this, I'd still like to suggest we add syntax to create generator function using list comprehensions. E.g.: ``` LiveScript even-numbers = *[ x for x from...
How about using something similar to the keyword `foreach` like with C# IEnumerables? ``` Livescript #if we use foreach, then it'd be more obvious we're working with generation functions foreach...
@gkz Oh, they're just examples. We could go with either one for the final. Personally, I'd go with `foreach x in func! then console.log x`, but that's mostly because I...
I'm getting the same error.