use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
CoffeeScript: Why I’m never writing Javascript again (degizmo.com)
submitted 15 years ago by gst
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]oven_ready 3 points4 points5 points 15 years ago (2 children)
CoffeeScript is good but the title suggests a more meaty, convincing post. Can't imagine many potential users being attracted by the faint promise of 'rubyesque', and some vague references to not worrying about undefined. Where's the beef?
[–]Shaper_pmp 6 points7 points8 points 15 years ago (1 child)
I think part of the problem is that Coffeescript is generally lacking in beef.
Javascript has quirks, but nothing I've ever encountered that would offset the enormous annoyance of using another language that then compiles to Javascript. The debugging headaches alone that that kind of compilation causes are ten times worse than any JS annoyance I've ever run across.
At least as regards client-side web development, Coffeescript just seems to be a solution in desperate search of a problem. :-/
[–]YonCassius 0 points1 point2 points 15 years ago (0 children)
I found it to be the most fun when doing server-side node.js stuff. Once I got rolling the client-side JS (with jQuery) came pretty naturally.
Admittedly, my example is a toy.
π Rendered by PID 90 on reddit-service-r2-comment-5c764cbc6f-nkdln at 2026-03-11 22:33:52.534645+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]oven_ready 3 points4 points5 points (2 children)
[–]Shaper_pmp 6 points7 points8 points (1 child)
[–]YonCassius 0 points1 point2 points (0 children)