Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
620hun83707y@heyheni I can't be bothered to learn it. Is it worth it? I don't mind JS, but I'm so much faster in Python.
-
@620hun there is not really much to learn. It's just javascript with a pythonesque syntax.
instead of var [varname] = [value]
you write [varname] = [value] and instead of semicolons coffeescript uses idention.
example:
http://coffeescript.org/v2/#top
Related Rants
Writing JavaScript after Python is surprisingly frustrating
undefined
python
js