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
Copy file name to clipboardExpand all lines: readme.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
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
-
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.
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 functioning installation of CoffeeScript; see page 9 in the book.
6
6
7
-
* Contents
7
+
***Smooth CoffeeScript Contents**
8
8
* Preface
9
9
* Foreword
10
10
* Software
@@ -34,6 +34,25 @@ No previous programming knowledge is required. If you already know a scripting l
34
34
* Additional Words
35
35
* Index
36
36
37
+
* File descriptions
38
+
39
+
* Smooth CoffeeScript - No Solutions.pdf
40
+
* src-no-solutions/
41
+
* Challenge edition - use for self study.
42
+
43
+
* Smooth CoffeeScript.pdf
44
+
* src/
45
+
* Instructor edition - inline solutions for all exercises.
46
+
47
+
* Smooth CoffeeScript Web Optimized.pdf
48
+
* Web fast view, attached archive contains no-solutions.
49
+
Use to email a self contained version (Acrobat Reader is required)
50
+
51
+
* Smooth CoffeeScript.lyx
52
+
* Source for the book. Only needed if you want to create
53
+
your own *improved* book. Requires LyX 2.0 and up-to-date
54
+
installation of TeX. May require font substitutes.
55
+
37
56
This work is licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).
38
57
39
58
Created by E. Hoigaard based on [Eloquent JavaScript by Marijn Haverbeke](http://eloquentjavascript.net/).
0 commit comments