I know there are many projects that extend and make CoffeeScript more advanced, maybe there are also those that make it more simple?
For example - I don't use and don't need classes, loops and comprehensions, switches, new operators, but would like to have instead an easy way to extend and experiment with language.
So, maybe there are such simple projects, with simple and extendable grammar rules?
> wrote:
> I know there are many projects that extend and make CoffeeScript more
> advanced, maybe there are also those that make it more simple?
> For example - I don't use and don't need classes, loops and
> comprehensions, switches, new operators, but would like to have instead an
> easy way to extend and experiment with language.
> So, maybe there are such simple projects, with simple and extendable
> grammar rules?
> I know there are many projects that extend and make CoffeeScript more > advanced, maybe there are also those that make it more simple?
> For example - I don't use and don't need classes, loops and > comprehensions, switches, new operators, but would like to have instead an > easy way to extend and experiment with language.
> So, maybe there are such simple projects, with simple and extendable > grammar rules?
I'd say if you don't care about classes, comprehensions, etc., just don't
use them. CoffeeScript is already a very simple language. You're not going
to find something much more straightforward than a single page to describe
the whole language.
> Am Freitag, 2. November 2012 02:48:54 UTC+1 schrieb Alexey Petrushin:
>> I know there are many projects that extend and make CoffeeScript more
>> advanced, maybe there are also those that make it more simple?
>> For example - I don't use and don't need classes, loops and
>> comprehensions, switches, new operators, but would like to have instead an
>> easy way to extend and experiment with language.
>> So, maybe there are such simple projects, with simple and extendable
>> grammar rules?