Hi Fran, The compiled/generated code from CoffeeScript is highly efficient and definitely well worth your time to 1. check out and 2. check out the compiled code. Jeremy (the author) has done an excellent job of allowing code comments to pass through so you can easily trace through the generated with the CoffeeScript code next to it. I do recommend if you are using it that you compile to JS BEFORE you deploy to production as the process can be intensive. You can use the <script type="script/coffeescript"> code for development, but make sure you are only sending compiled JS to the client.
Enjoy, its a lot of fun. Chris Williams 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]
