aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-29 15:17:00 -0500
committerJoel Martin <github@martintribe.org>2014-03-29 15:17:00 -0500
commit60154d24a87ed9f3fa315870a32590a371e309d3 (patch)
treedabe6083e9bf753fa5be3cfb4e63209c75e40e9f /docs
parentdc7938d8e69982b2574a8e2e9fd1ca97b33f6e28 (diff)
downloadmal-60154d24a87ed9f3fa315870a32590a371e309d3.tar.gz
mal-60154d24a87ed9f3fa315870a32590a371e309d3.zip
Update README.md and TODO. Minor PS update.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/TODO b/docs/TODO
index d8f17b7..32036fd 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,9 +3,6 @@ All:
- loop/recur ?
- hash-maps with non-string keys
- gensym reader inside quasiquote
- - "intern" symbols, strings and numbers. Simplify equality
- comparision.
- - Contact Peter Norvig about license
- synchronize function/definitions order/names in files
- move Env into separate file (maybe)?
@@ -17,6 +14,10 @@ All:
- 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
+
---------------------------------------------
JS:
@@ -33,21 +34,21 @@ Bash:
PHP:
Make:
- - Norvig2: TCO/recur?
- allow '_' in make variable names
- errors should propagate up from within load-file
Mal:
- line numbers in errors
- - step6: command line arguments
- - step 5
- - step 9
+ - step6_file: command line arguments
+ - step5_tco
+ - step9_interop
Java:
- - vectors, hash-maps, metadata
- - step 9
- - mvn exec:java -Dexec.mainClass="mal.step6_file" -Dexec.args="incC.mal"
+ - step9_interop
+
+Postscript:
+ - step 1-A
Rust:
- http://www.rustforrubyists.com/book/index.html
@@ -92,4 +93,3 @@ Others (based on redmonk languages from Jan 2014): ?
- Tier 3
? Pascal
- Rust
- -