diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-21 15:52:21 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-21 15:54:37 -0400 |
commit | 010656f9ce275d12d8d6520d2443fa6d1d6e3b13 (patch) | |
tree | 0c48160d7c95dbcc89020896fe8bb4f6ff864bcb /TODO | |
parent | cf385d4bf9cfcb4b8ee27cdac05cd4b00124b7bf (diff) | |
download | spectrum-010656f9ce275d12d8d6520d2443fa6d1d6e3b13.tar.gz spectrum-010656f9ce275d12d8d6520d2443fa6d1d6e3b13.zip |
rust: rename to spectrum
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +- rust: + - my own refactorings and comments + - symbols separate from identifiers + - define/set! support (at the REPL?) + - add file input support (eg, comments in parser, multi-line, tty detect) + - multi-part lambdas + - begin (?) + - map, filter + - add numerical comparisons (>, >=) + - basic testing + - pseudo unittest; makefile? - find r7rs-small; try a full/compliant implementation in scheme/python? eg, macros |