Comment on My response to "CoffeeScript means giving up on JavaScript"parentComments−d4n314yThe point is that the semantics of CS are the same as javascript.There is no run-time interpretation, libraries or magic like in some other to-JS languages.You still have prototypes, function scope, closures, etc. but with a (arguably) nicer and cleaner syntax.
Comments
The point is that the semantics of CS are the same as javascript.
There is no run-time interpretation, libraries or magic like in some other to-JS languages.
You still have prototypes, function scope, closures, etc. but with a (arguably) nicer and cleaner syntax.