2010/12/15 Fran <[email protected]>: > 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.
The bottleneck of your application wont be caused by CoffeeScipt, but how you write your application and the logic inside it. The JavaScript is efficient enough, and in most cases it is even faster then how would some write the application. And the biggest bonus, that the variable usage will be much safer for example. -- Poetro -- 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]
