| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OCaml: add make targets for stats
|
|
|
|
|
|
|
|
Ocaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
T.Map is now a real OCaml binary-tree map, and supports arbitrary mal value
types for both keys and values. Metadata support is provided in the data
objects, but not yet in the printer, reader, or core library.
|
|
|
|
|
|
|
|
|
|
Also, use native compilation for everything except Ocaml REPL.
|
|
|
|
|
|
|
|
|
|
|