Jang, For development purposes, you can use the text/coffeescript tags: http://jashkenas.github.com/coffee-script/#scripts allows you to do rapid respins. When ready to deploy, just compile (and arguably run against google closure compiler/yui minifier) and ship to a CDN. Then you are golden in terms of speed!
Chris On Wed, Dec 15, 2010 at 10:08 AM, Jang Choe <[email protected]> wrote: > CoffeeScript is a DSL to generate JavaScript. The JavaScript it > generates is quite good and readable. In theory it should generate JS > that is lint-able by JSLint, safe, and cross-browser compatible. I've > used it for a personal project of mine, and the language is quite > nice. You don't need to type "function" all the time to create > closures and stuff. > > The only complaint I have so far is the compilation phase, which I > wasn't used to when developing JavaScript applications. > > > On Wed, Dec 15, 2010 at 9:00 AM, Fran <[email protected]> wrote: > > Hi there, > > > > I came across Coffee-Script (http://jashkenas.github.com/coffee-script/) > > recently and I feel quite curious about it. My only concern is about the > > efficiency of the code it generates and whether it's worth taking it into > > consideration. > > > > Does anybody have experience with this "pseudo-code" language ?, can > anyone > > who knows about it spare some thoughts ? > > > > Thanks a lot. > > > > Fran > > > > -- > > To view archived discussions from the original JSMentors Mailman list: > > http://www.mail-archive.com/[email protected]/ > > > > To search via a non-Google archive, visit here: > > http://www.mail-archive.com/[email protected]/ > > > > To unsubscribe from this group, send email to > > [email protected]<jsmentors%[email protected]> > > > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected]<jsmentors%[email protected]> > -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
