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 the good parts #19

Open
bdevic opened this issue Oct 12, 2014 · 0 comments
Open

CoffeeScript - JavaScript the good parts #19

bdevic opened this issue Oct 12, 2014 · 0 comments

Comments

@bdevic
Copy link

bdevic commented Oct 12, 2014

CoffeeScript is a popular programming language that transcompiles to JavaScript. Quote from the documentation:
CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.

It adds syntactic sugar on top of JavaScript in order to make it more concise and readable. It also adds additional features like list comprehension, pattern matching, automatic scoping (what is this?!) and proper OOP constructs to the language.

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