CoffeeScript2 - A Redesign of the CoffeeScript Compiler
1–10 of 46 posts
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#2Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#3Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#4Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#5Forgive me for being skeptical, but it seems to me that CoffeeScript is going the way of Lisp: a language by hackers for hackers, with way too many incompatible implementations because each implementer has their own pet features that must be included.
And, by the way, coffeescript is not intended to be a language for hackers (I mean, only for hackers) but for Ruby programmers moving to javascript, JS programmers looking for a more terse syntax and programmers with an eye for terseness.
In my opinion it has only two big flaws that need to be targeted by new transpilers: 1) for --> each 2) parens free chainable syntax.
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#6I feel that it implies that it's an official project, but it's actually a re-implementation and separate project.
And if they're not backwards compatible it could lead to a ton of confusion and a fragmented language.
I think if you want your own project then you should at the very least get your own name.
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#7I don't think it's fair that he should be allowed to use the name "CoffeeScript 2." I feel that it implies that it's an official project, but it's actually a re-implementation and separate project. And if they're not backwards compatible it could lead to a ton of confusion and a fragmented language. I think if you want your own project then you should at the very least get your own name.
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#8Very much looking forward to seeing how this turns out. To view a list of some of the public-facing things Michael wants to change, take a look here: https://github.com/michaelficarra/coffee-of-my-dreams
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#9Forgive me for being skeptical, but it seems to me that CoffeeScript is going the way of Lisp: a language by hackers for hackers, with way too many incompatible implementations because each implementer has their own pet features that must be included.
Re: CoffeeScript2 - A Redesign of the CoffeeScript Compiler
#10Very much looking forward to seeing how this turns out. To view a list of some of the public-facing things Michael wants to change, take a look here: https://github.com/michaelficarra/coffee-of-my-dreams
Is he nuts? The compiled output shouldn't be relying on an error-correction feature. Especially since it might break minifiers and validators.