Live data from Hacker News

CoffeeScript hits 1.0 -- Happy Holidays, HN

jashkenas.github.com

11–20 of 55 posts

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#12
post #10
post #4

Great 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!

Now if someone made a Cappuccino like framework on top of CoffeeScript instead of Objective-J I'd be in heaven :) Out of curiosity, what are you making?

We are developing an open-source MMO on node.js and WebGL - http://github.com/feisty

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#14
post #7

It's pretty clear that jashkenas is the Chuck Norris of Javascript.

For the last week I've been using CoffeeScript along with Backbone.js & Underscore.js (all backed by jashkenas) and it's given me a much greater appreciation for the power of javascript.

There is some clear talent behind these projects.

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#15
post #10

Earlier quoted context omitted.

Now if someone made a Cappuccino like framework on top of CoffeeScript instead of Objective-J I'd be in heaven :) Out of curiosity, what are you making?

We are developing an open-source MMO on node.js and WebGL - http://github.com/feisty

Is there something I can do to get involved with this project?

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#16
post #10

Earlier quoted context omitted.

Now if someone made a Cappuccino like framework on top of CoffeeScript instead of Objective-J I'd be in heaven :) Out of curiosity, what are you making?

We are developing an open-source MMO on node.js and WebGL - http://github.com/feisty

I want to build one too. Any chance the repo's receive meaningful README's ?

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#17

Would people be interested in a Ruby-oriented project like this? Say, tiny.rb ported to use Javascript? (Some Googler already has a Lua-esque VM for tiny.rb as her 20% project.)

There are a number of existing projects that compile a partial Ruby into JS:

* https://github.com/superchris/rubyjs

* https://github.com/jessesielaff/red

* https://github.com/tlrobinson/cappruby

I'm afraid that Ruby semantics don't align too well with JavaScript semantics. Things as basic as numbers, method dispatch, and variable scoping don't work the same way. Either you end up with perfectly valid code written in one that doesn't run on the other, or you have an extremely slow Ruby interpreter implemented on top of JavaScript.

This is the main reason why CoffeeScript tries to stick as close to JavaScript as possible.

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#18
post #14
post #7

It's pretty clear that jashkenas is the Chuck Norris of Javascript.

For the last week I've been using CoffeeScript along with Backbone.js & Underscore.js (all backed by jashkenas) and it's given me a much greater appreciation for the power of javascript. There is some clear talent behind these projects.

It's amazing how much more I like Javascript under the guise of CoffeeScript. JS got a lot right, and when you get rid of (most) of the wrong, it really shines.

Here's hoping for a larger community adoption!

Re: CoffeeScript hits 1.0 -- Happy Holidays, HN

#19
The war on curlies is over, curlies lost.

Good to see new languages improving upon syntax, readability is key and a great way to gain adoption. As Norvig said, it is easier for him to explain an algorithm in python than any other language. Well, now CoffeeScript has just passed that test too.

Brendan Eich is also adapting many good things from CoffeeScript to JS.next, validating the point that coffee, in its short life, has been able to influence other great language designers.

And that says a lot about CoffeeScript and its potential.

Post reply on HN