Coffeescript introduction free online book

- less than 1 minute read

Today I found out about a freely available online book about Coffeescript.

If you don’t know what Coffeescript is all about then please take a look at this short introduction taken from Wikipedia:

“CoffeeScript is a programming language that transcompiles to JavaScript. The language adds syntactic sugar inspired by Ruby, Python and Haskell to enhance JavaScript’s brevity and readability, as well as adding more sophisticated features like array comprehension and pattern matching. CoffeeScript compiles predictably to JavaScript and programs can be written with less code (/images/3 fewer lines) with no effect on runtime performance.”

Cool!

Of course besides being cool as a language, developers like to have cool editors to work with. One I found is the free Mindscape Web Workbench.

If you’re more into learning from video tutorials you can check out the Pluralsight training or Tekpub one.

Grz, Kris.

Leave a Comment