diff options
| author | Joel Martin <github@martintribe.org> | 2014-11-03 23:50:55 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-09 16:16:45 -0600 |
| commit | 9b3362e86a57ed7f14c5fd018c37713185e0c154 (patch) | |
| tree | 4f9adce9df9d08401bfc260ec10e6709a55a8b57 /docs | |
| parent | f947d503f748fd1218f502ef1394ff9e28175ef8 (diff) | |
| download | mal-9b3362e86a57ed7f14c5fd018c37713185e0c154.tar.gz mal-9b3362e86a57ed7f14c5fd018c37713185e0c154.zip | |
R: add time-ms. Readline history. Misc cleanups.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -64,6 +64,10 @@ Python: - error: python ../python/stepA_interop.py ../mal/stepA_interop.mal ../mal/stepA_interop.mal - interop tests +R: + - readline history + - tracebacks in errors + Ruby: @@ -90,6 +94,11 @@ Future Implementations: - http://stackoverflow.com/questions/23942627/does-rust-0-10-have-a-rl-package - http://blog.skylight.io/rust-means-never-having-to-close-a-socket/ + - R + - https://stat.ethz.ch/R-manual/R-devel/library/base/html/readline.html + - http://dssm.unipa.it/CRAN/web/packages/rdyncall/rdyncall.pdf + - http://www.dyncall.org/docs/FFI.pdf + - Redmonk languages from Jan 2014: http://sogrady-media.redmonk.com/sogrady/files/2014/01/lang-rank-114-wm.png @@ -97,24 +106,24 @@ Future Implementations: * JavaScript * Java * PHP - * C# * Python + * C# - C++ * Ruby * C - Objective-C - * Perl * Shell (Bash 4) + * Perl - Tier 2 - R - Scala - Haskell - * Clojure - - CoffeeScript - Visual Basic + - CoffeeScript + * Clojure - Groovy - - Go + * Go - Lua - Erlang - Emacs Lisp |
