Skip to content

Commit 7673d91

Browse files
Abhikgitbook-bot
Abhik
authored andcommitted
GITBOOK-24: No subject
1 parent 36ddd2f commit 7673d91

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* [Understanding LISP Syntax](understanding-lisp-syntax.md)
77
* [Atoms, Functions and Lists](atoms-functions-and-lists.md)
88
* [Build Your First Interactive Program](build-your-first-interactive-program.md)
9+
* [Proposed topics for next chapters](proposed-topics-for-next-chapters.md)
910

1011
## Notes
1112

12-
* [Page 1](notes/page-1.md)
13+
* [Intro- Outline](notes/intro-outline.md)

notes/page-1.md renamed to notes/intro-outline.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
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.
26
hidden: true
37
---
48

5-
# Page 1
9+
# Intro- Outline
610

711
**History of Lisp**
812

proposed-topics-for-next-chapters.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

0 commit comments

Comments
 (0)