Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoffeeScript > JavaScript #15

Open
indiesquidge opened this issue Sep 13, 2014 · 1 comment
Open

CoffeeScript > JavaScript #15

indiesquidge opened this issue Sep 13, 2014 · 1 comment

Comments

@indiesquidge
Copy link

No description provided.

@indiesquidge
Copy link
Author

This isn't an issue, but just as a heads up to others, I would strongly recommend using CoffeeScript over JavaScript. It pulls all of the best features from JavaScript and omits the nasty parts. function calls are much simpler, variables don't need a declaration, etc. Lots of good stuff. It's an easy transfer over since CoffeeScript, at its roots, still compiles down to Javascript. Here's a good place to read about getting started:
http://coffeescript.org/

And to make this clear to others since it took me a bit to figure out, once you install CoffeeScript, you can run it with the command coffee <file> rather than node <file>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant