| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Add Forth
|
|
Update some tests, discovered during forth impl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Moved some stuff out of printer into str,
to support throwing strings in types.fs
- Fixed an apparently completely broken 'nth'
- Still failing 120 step9 tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fold 'invoke+' into 'invoke'. Allows (:k m nf) to evaluate nf lazily!
|
|
Rename MalArray to MalList
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bash: use env in shebang
|
|
|
|
- Now works on Macs with Bash4 from homebrew
|
|
|
|
Fix Makefile stats/stats-lisp.
|
|
|
|
Switch List to full object like vector and hash-map.
|
|
|
|
|
|
|
|
|
|
|
|
|