diff options
| author | Joel Martin <github@martintribe.org> | 2014-05-10 16:58:23 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-05-10 16:58:23 -0500 |
| commit | 3b655472663583c58a6a6e113fb6cc5384ad7e50 (patch) | |
| tree | 0f9a5e1f022ecc79bb7c68b6a7c2fe59bfaa4130 /docs | |
| parent | fa64b741462df46ef63fe815dfce01b7d3d48f13 (diff) | |
| download | mal-3b655472663583c58a6a6e113fb6cc5384ad7e50.tar.gz mal-3b655472663583c58a6a6e113fb6cc5384ad7e50.zip | |
TODO: misc updates
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -13,6 +13,10 @@ All: - Break out impl eval into step0.5 - Fix quasiquoting of vectors + - Get self-host working at earlier step: + - Move try* to step6 + - Remove macros from mal + --------------------------------------------- Bash: @@ -30,8 +34,11 @@ Clojure: Java: - step9_interop + - Use gradle instead of mvn + http://blog.paralleluniverse.co/2014/05/01/modern-java/ Javascript: + - interop: callbacks using Mal functions Make: - allow '_' in make variable names @@ -43,11 +50,12 @@ Mal: - step9_interop Perl: + - fix metadata on native functions PHP: Postscript: - - negative numbers + - add negative numbers Python: - error: python ../python/stepA_more.py ../mal/stepA_more.mal ../mal/stepA_more.mal |
