diff options
| author | Joel Martin <github@martintribe.org> | 2014-03-30 16:39:44 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-03-30 16:39:44 -0500 |
| commit | 54c75382653d1bd4da7628c04aa9382af8add912 (patch) | |
| tree | 77e37c9eb63c29cca40f876664a0613a7192f59a /docs | |
| parent | 724ad694879ee2f6f88167d777989271e376c8a2 (diff) | |
| download | mal-54c75382653d1bd4da7628c04aa9382af8add912.tar.gz mal-54c75382653d1bd4da7628c04aa9382af8add912.zip | |
README, TODO, step_notes updates.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 10 | ||||
| -rw-r--r-- | docs/step_notes.txt | 2 |
2 files changed, 8 insertions, 4 deletions
@@ -11,17 +11,20 @@ All: - hash-map with space in key string (make) - more interop tests - support metadata on symbol, hash-map, list, vector, function, atom + - regular expression matching in runtest - unindent tco while loop for step5-A - - Print full exception when test gets EOF from expect - Note that bash 4, Java 1.7, php 5.3 required - Break out language eval into step0.5 - - regular expression matching in runtest + - use str instead of slurp-do + + - move interop to step6 and use interop for slurp? --------------------------------------------- JS: + - get web version working again Python: @@ -50,7 +53,8 @@ Java: Postscript: - negative numbers - - step 4-A + - quotes/backslashes in strings + - step 7-A Rust: - http://www.rustforrubyists.com/book/index.html diff --git a/docs/step_notes.txt b/docs/step_notes.txt index c0cd35a..840d0c8 100644 --- a/docs/step_notes.txt +++ b/docs/step_notes.txt @@ -133,7 +133,7 @@ Step Notes: on the function - step6_file - - add read-string, eval, slurp, slurp-do platform wrappers + - add read-string, eval, slurp platform wrappers - define load-file function - if files on command line, use load-file to run |
