CoffeeScript hits 1.0 -- Happy Holidays, HN
jashkenas.github.com
CoffeeScript hits 1.0 -- Happy Holidays, HN
1–10 of 55 posts
Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#2http://news.ycombinator.com/item?id=1014080
Some of the interesting recent features include executable class bodies, extended regular expressions, functions with default arguments, and YAML-style object literals.
Thanks for all the great suggestions and patches (almost a thousand Github issues, with many thousands of comments). The language has been very much a community driven project, and hopefully it reflects some significant part of the hard-earned wisdom of JavaScripters.
Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#3CoffeeScript has been and will continue to be a tremendously powerful catalyst for change in the JavaScript community.
CoffeeScript has successfully: advanced our organisations attitude towards JavaScript on both the server and client; rendered working with complex systems -- such as node.js and WebGL -- a breeze and allowed us to focus solely on the real problems at hand rather than quirks in a language.
Everyone who has contributed in any way whatsoever, or even only just toyed with CoffeeScript should feel privileged to be part of the fantastic community surrounding the language.
Thankyou for the great gift that is CoffeeScript 1.0 this Christmas.
Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#4Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#5Things have come a long way in the past year, since this conversation: http://news.ycombinator.com/item?id=1014080 Some of the interesting recent features include executable class bodies, extended regular expressions, functions with default arguments, and YAML-style object literals. Thanks for all the great suggestions and patches (almost a thousand Github issues, with many thousands of comments). The language has be…
Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#6Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#7Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#8Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#9Re: CoffeeScript hits 1.0 -- Happy Holidays, HN
#10Great work Jeremy! I've been using CoffeeScript extensively for an upcoming project, and having written 1000+ lines of it so far, I'm loving it!
Out of curiosity, what are you making?