diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/step_notes.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt index 63e7a76..b5b1c6f 100644 --- a/docs/step_notes.txt +++ b/docs/step_notes.txt @@ -168,12 +168,18 @@ Step Notes: - throw function - apply, map functions: should not directly call EVAL, which requires the function object to be runnable - - symbol?, nil?, true?, false?, sequential? (if not already) - - conj, first, rest - EVAL: - try*/catch*: for normal exceptions, extracts string otherwise extracts full value - - define cond and or macros using rep() + +- Extra defintions needed for self-hosting + - types module: + - symbol?, nil?, true?, false?, sequential? (if not already) + - first, rest + - define cond and or macros using REP/RE + +- Other misc: + - conj function - atoms - reader module: |
