Site icon Books, Commentary, Ephemera, & More

The Little Book on CoffeeScript – #programming #in #coffeescript #javascript #bookreview

The Little Book on CoffeeScript
By Alex MacCaw (with Jeremy Ashkenas)
(O’Reilly, paperback, list price $8.99; Kindle edition, list price $7.99)

“CoffeeScript (http://coffeescript.org) is a little language that complies down to JavaScript,” says this book’s author. “The syntax is inspired by Ruby and Python, and implements many features from those two languages. This book is designed to help you learn CoffeeScript, understand best practices, and start building awesome client-side applications.”

In just 45 pages, MacCaw does a good job of meeting those goals. It is important, he says, to note that “while CoffeeScript’s syntax is often identical with JavaScript’s, it’s not a superset, and therefore some JavaScript keywords, such as function and var, aren’t permitted, and will throw syntax errors. If you’re writing a CoffeeScript file, it needs to be pure CoffeeScript; you can’t intermingle the two languages.”

He explains that “CoffeeScript uses a straight source-to-source compiler, the idea being that every CoffeeScript statement results in an equivalent JavaScript statement.” So, to program in CoffeeScript, you need to also know JavaScript, so you can debug runtime errors.

Along with showing CoffeeScript’s syntax differences from JavaScript, the book describes CoffeeScript’s features and compares CoffeeScript’s idioms with their JavaScript counterparts.

It also shows how to: (1)  compile CoffeeScript files in static sites, using the Cake build system; (2) structure and deploy CoffeeScript client-side application, using CommonJS modules; and (3) effectively use CoffeeScript’s “ability to fix some of JavaScript’s warts.”

 The book has six chapters, and all are illustrated with code samples:

Alex MacCaw is a Ruby/JavaScript developer and entrepreneur and author of JavaScript Web Applications. Jeremy Ashkenas is the developer of CoffeeScript.

If you are ready to learn CoffeeScript, this nicely focused little book can help you get up to speed quickly on best practices.

#

Si Dunn is a novelist, screenwriter, freelance book reviewer, and former software technical writer and software/hardware QA test specialist. His latest book is a detective novel, Erwin’s Law. His other published works include Jump, a novella, and a book of poetry, plus several short stories, including The 7th Mars Cavalry, all available on Kindle.

Author

  • Si Dunn is a novelist, screenwriter, photojournalist, and book reviewer. His published books include: DARK SIGNALS, a Vietnam War memoir; ERWIN'S LAW, a private-detective novel; and JUMP, a novella about a combat veteran suffering from PTSD and alienation while trying to work for newspapers as a journalist. Several of his feature screenplays recently were under option to movie producers. He spent nearly 15 years working as a technical writer and software tester in the telecommunications industry. His current programming interests include Go, JavaScript, Python, R, Angular, and other languages and frameworks. He is a U.S. Navy veteran and a graduate of the University of North Texas.

Exit mobile version