Skip to content

Commit 27ba789

Browse files
autotelicumautotelicum
authored andcommitted
Changes for REPL (Issue #2 and Issue #5) and standalone @
1 parent 1b0c13e commit 27ba789

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
-55 Bytes
Binary file not shown.

Smooth CoffeeScript.pdf

-24 Bytes
Binary file not shown.

changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Added reading recommendation to Foreword:
66

77
If you make copies of the files you work on then you can easily undo experiments. If you get stuck with an exercise then copy my solution from the file in the src directory and study it a bit before moving on. Note that in some of the source files you have to indent your solutions to match the surrounding code.'
88

9+
p 28 / 27 and 227 / 210
10+
Change to keep in sync with upcoming CoffeeScript REPL change - It will no longer be required to type `this.` in the REPL, simply press TAB to see global definitions.
11+
12+
p 161 / 146 and 211 / 194
13+
Changed two standalone `@` to `this` - Using standalone `@` is discouraged (possibly to be deprecated) since standalone `this` is more readable.
14+
15+
Source code changes
16+
08-ObjectOrientation.coffee:194
17+
A4-NoSolutions.coffee:5
18+
prelude/prelude.coffee:263,264
19+
20+
921

1022
1st edition, 2nd revision
1123

0 commit comments

Comments
 (0)