File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 6
6
* [ Understanding LISP Syntax] ( understanding-lisp-syntax.md )
7
7
* [ Atoms, Functions and Lists] ( atoms-functions-and-lists.md )
8
8
* [ Build Your First Interactive Program] ( build-your-first-interactive-program.md )
9
+ * [ Proposed topics for next chapters] ( proposed-topics-for-next-chapters.md )
9
10
10
11
## Notes
11
12
12
- * [ Page 1 ] ( notes/page-1 .md )
13
+ * [ Intro- Outline ] ( notes/intro-outline .md )
Original file line number Diff line number Diff line change 1
1
---
2
+ description : >-
3
+ This is the originally intended outline for the Introduction. It makes sense
4
+ to update the intro as we add more chapters to the primer. For now, the
5
+ current intro is a good enough start.
2
6
hidden : true
3
7
---
4
8
5
- # Page 1
9
+ # Intro- Outline
6
10
7
11
** History of Lisp**
8
12
Original file line number Diff line number Diff line change
1
+ # Proposed topics for next chapters
2
+
3
+ * How to save your programs to a file.
4
+ * How to load and edit programs from files.
5
+ * How to use conditionals.
6
+ * How to chain conditionals.
7
+ * How to use PROG.
8
+ * Debugging.
9
+ * How to use the structure editor.
10
+ * Making icons
11
+ * Using TEDIT.
12
+ * Hardcopy.
You can’t perform that action at this time.
0 commit comments