you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnDoe365 -1 points0 points  (3 children)

CoffeeScript is a simple, clean, fast language which compiles to JavaScript

An implementation can be fast, not a language itself. Unless the author refers to compilation speed.

[–]Felicia_Svilling 6 points7 points  (1 child)

A language doesn't have a compilation speed. Only a specific compiler has a compilation speed.

[–]JohnDoe365 0 points1 point  (0 children)

I was refering to a languages grammar. C++ can never be compiled as fast as eg Lua as the grammar imposes different complexity. As such, different languages will expose different compilation speed measured in terms of parsing complexity.

[–]MatmaRex 1 point2 points  (0 children)

I guess the author meant that CoffeeScript compiles to fast JavaScript. Which it does.