blob: 79888da1d3c2774aad0c0b3f0f1fa72256405d80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
- 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
- define a larger sub-set with let, letrc, etc
- include a parser
- should be able to run minimal.scm
- of interest:
julia
c
javascript
haskell
go
|