aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-09 23:48:47 -0500
committerJoel Martin <github@martintribe.org>2015-01-06 21:57:24 -0600
commit01c9731649a7ed97fad0bdeac9cb75b7323c0ad6 (patch)
treed6d00e574c489b206ddf78adc12c3d535bab7440 /docs
parent1771ab50b87c745181e4e30f94b63e3f23d33dac (diff)
downloadmal-01c9731649a7ed97fad0bdeac9cb75b7323c0ad6.tar.gz
mal-01c9731649a7ed97fad0bdeac9cb75b7323c0ad6.zip
All: swap step9,A. Fixes for bash, C, perl.
step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index 2464293..6f0b2d0 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -6,7 +6,7 @@ All:
- keyword type
- gensym reader inside quasiquote
- - per impl tests for step5_tco, step9_interop (if possible)
+ - per impl tests for step5_tco (if possible)
- regular expression matching in runtest
- Print full exception when test gets EOF from expect
@@ -17,6 +17,8 @@ All:
- Move try* to step6
- Remove macros from mal
+ - Implement/fix interop: C#, Java, Mal, PHP, Postscript, Ruby
+
---------------------------------------------
Bash:
@@ -28,7 +30,6 @@ C:
- GC
C#:
- - step9_interop
Clojure:
@@ -37,7 +38,6 @@ Go:
https://gobyexample.com/variadic-functions
Java:
- - step9_interop
- Use gradle instead of mvn
http://blog.paralleluniverse.co/2014/05/01/modern-java/
@@ -51,7 +51,6 @@ Make:
Mal:
- line numbers in errors
- step5_tco
- - step9_interop
Perl:
- fix metadata on native functions
@@ -62,7 +61,8 @@ Postscript:
- add negative numbers
Python:
- - error: python ../python/stepA_more.py ../mal/stepA_more.mal ../mal/stepA_more.mal
+ - error: python ../python/stepA_interop.py ../mal/stepA_interop.mal ../mal/stepA_interop.mal
+ - interop tests
Ruby: