Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You will be able to find and download all the original source code for this book at https://github.com/markbates/Programming-In-CoffeeScript. As you’ll see, all the examples tell you which example file to look to. The example files will be in a folder relevant to their respective chapter.
Unless otherwise indicated, you should be able to run the examples in your terminal, like so:
> coffee example.coffee
So now that you know how to run the examples in this book, as soon as you have CoffeeScript installed, why don’t you meet me at Chapter 1 and we can get started? See you there.