You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smooth CoffeeScript is a free book about CoffeeScript and programming. Over 200 pages to guide you and 35 exercises to solve. Go from scratch through functional programming in Underscore over object orientation to a client and server web application with HTML5 Canvas and WebSockets. Download includes book and full source code with and without solutions.
3
+
**Smooth CoffeeScript** is a free book about CoffeeScript and programming. Over 200 pages to guide you and 35 exercises to solve. Go from scratch through functional programming in Underscore over object orientation to a client and server web application with HTML5 Canvas and WebSockets. Download includes book and full source code with and without solutions.
4
4
5
5
No previous programming knowledge is required. If you already know a scripting language then scan through the Language part and dive into the Paradigm chapters. The samples require a functional installation of CoffeeScript; see page 9 in the book.
6
6
@@ -34,5 +34,6 @@ No previous programming knowledge is required. If you already know a scripting l
34
34
* Additional Words
35
35
* Index
36
36
37
-
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
38
-
Created by E. Hoigaard based on Eloquent JavaScript by Marijn Haverbeke.
37
+
This work is licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).
38
+
39
+
Created by E. Hoigaard based on [Eloquent JavaScript by Marijn Haverbeke](http://eloquentjavascript.net/).
0 commit comments