|
|
|
|
|
by notjoeflynn
5535 days ago
|
|
CoffeeScript doesn't generate JavaScript in the same way GWT does, it's more a thin layer of syntax for Javascript that compiles one-to-one to Javascript. It's an abstraction layer, rather than a library that provides functionality like jQuery. For reference: http://jashkenas.github.com/coffee-script/ |
|