aboutsummaryrefslogtreecommitdiff
path: root/docs/step_notes.txt
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-22 23:50:43 -0500
committerJoel Martin <github@martintribe.org>2014-04-22 23:50:43 -0500
commit16354bb46100a752fbe2cc8788c0d3b5e9909eb3 (patch)
tree2afcef4b4d1352b2cf2696e62b14608ca8049513 /docs/step_notes.txt
parenta1150c535cdcca2a6206c0e1bece5b3d4293dbf7 (diff)
downloadmal-16354bb46100a752fbe2cc8788c0d3b5e9909eb3.tar.gz
mal-16354bb46100a752fbe2cc8788c0d3b5e9909eb3.zip
Perl: add stepA_more.
Diffstat (limited to 'docs/step_notes.txt')
-rw-r--r--docs/step_notes.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index 06994e3..79036a8 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -176,6 +176,8 @@ Step Notes:
- set ismacro property on function
- step9_interop
+ - convert returned data to mal data
+ - recursive, similar to pr_str
- stepA_more
- core module:
@@ -183,16 +185,16 @@ Step Notes:
- apply, map functions: should not directly call EVAL, which
requires the function object to be runnable
- readline
+ - nil?, true?, false?
- EVAL:
- try*/catch*: for normal exceptions, extracts string
otherwise extracts full value
- set and print *host-language*
+ - define cond and or macros using REP/RE
- 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
+ - core module:
+ - symbol?, sequential? (if not already)
- Other misc:
- conj function