Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Add lambda support to lisp | Keith Packard | 2016-11-17 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/lisp: Separate out values from atoms | Keith Packard | 2016-11-17 |
This enables changing values of atoms declared as constants, should enable lets, and with some work, even lexical scoping. this required changing the constant computation to run ao_lisp_collect() before dumping the block of constant data, and that uncovered some minor memory manager bugs. Signed-off-by: Keith Packard <keithp@keithp.com> |