Skip to main content

Questions tagged [coffeescript]

For questions about CoffeeScript - a little language that compiles into JavaScript.

Filter by
Sorted by
Tagged with
1 vote
2 answers
2k views

One of the things the coffeescript programming language is criticized for is its treatment of variable declarations and scope (example). The answers to this question (and the blog I linked to above) ...
Jared Smith's user avatar
  • 1,935
0 votes
1 answer
247 views

I am working at the client-side part of a web application, that is responsible for getting answers from users for specific questions and storing and restoring them from the database (or cookies) and I ...
Cristian's user avatar
  • 125
-1 votes
2 answers
418 views

I keep running into Senior JS positions where they want CoffeeScript. The reason I don't use CoffeeScript is that my first impression of it was that it puts limitations on JS OOP features that I find ...
Erik  Reppen's user avatar
  • 6,281
10 votes
6 answers
16k views

Elsewhere, an argument has arisen over the terminology of a named function in CoffeeScript. In particular someone referred to something like this: foo = -> console.log("bar") as a named ...
Winston Ewert's user avatar
4 votes
4 answers
2k views

I've been using CoffeeScript for a while now. On Wikipedia, it is said that CoffeeScript is influenced by Haskell. But after I check out the syntax of Haskell, I have found little resemblance from ...
ming_codes's user avatar
11 votes
4 answers
5k views

I am a freelancer and I earn my bread and butter by helping others write better java-script code. I have good experience with most of the JavaScript frameworks around. I am wondering if it is worth ...
Eastern Monk's user avatar