summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/ao_lambdakey_const.scheme
Commit message (Collapse)AuthorAge
* altos/scheme: Add ports. Split scheme code up.Keith Packard2018-01-06
| | | | | | And lots of other changes, including freeing unreferenced atoms. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lambdakey-v1.0: Add back and/or macrosKeith Packard2017-12-19
| | | | | | With scheme shrinking a bit, there's now space for these useful macros. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lambdakey-v1.0: shrink scheme code to fit the ROMKeith Packard2017-12-14
| | | | | | scheme has grown a bit; adapt Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lambdakey-v1.0: Get this building againKeith Packard2017-12-12
The lambdakey can't hold a full implementation of the scheme interpreter, so use only a subset, removing floats, bigints and vectors. Also reduce the pre-loaded lisp code as well. It's pretty spare at this point; but it does fill the ROM. Signed-off-by: Keith Packard <keithp@keithp.com>