Skip to content

Commit 26da543

Browse files
committed
Go over Chapter 20
1 parent d45393f commit 26da543

File tree

5 files changed

+758
-1043
lines changed

5 files changed

+758
-1043
lines changed

00_intro.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,12 @@ the example programs and ((exercises)). Learning is hard work, but
8888
everything you learn is yours and will make subsequent learning
8989
easier.
9090

91-
{{quote {author: "Joseph Weizenbaum", title: "Computer Power and Human Reason"}
91+
{{quote {author: "Ursula K. Le Guin", title: "The Left Hand of Darkness"}
9292

93-
{{index "Weizenbaum, Joseph"}}
93+
{{index "Le Guin, Ursula K."}}
9494

95-
The computer programmer is a creator of
96-
universes for which he \[sic] alone is responsible. Universes of virtually
97-
unlimited complexity can be created in the form of computer programs.
95+
When action grows unprofitable, gather information; when information
96+
grows unprofitable, sleep.
9897

9998
quote}}
10099

10_modules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ module's code in a function, and use that function's scope as module
268268

269269
## CommonJS
270270

271+
{{id commonjs}}
272+
271273
{{index "CommonJS modules"}}
272274

273275
The most widely used approach to bolted-on JavaScript modules is
@@ -397,6 +399,8 @@ When it isn't a relative name, we'll be interpreting the string as the
397399
name of an NPM module in this book. We'll go into more detail on how
398400
to install and use NPM modules in [Chapter ?](node).
399401

402+
{{id modules_ini}}
403+
400404
{{index "ini package"}}
401405

402406
Now, instead of writing our own INI file parser, we can use one from
@@ -625,6 +629,8 @@ useful (and useless) packages from NPM.
625629

626630
{{index "modular robot (exercise)", module, robot, NPM}}
627631

632+
{{id modular_robot}}
633+
628634
These are the bindings that the project from [Chapter ?](robot)
629635
creates:
630636

0 commit comments

Comments
 (0)