summaryrefslogtreecommitdiff
path: root/src/scheme/ao_scheme_vector.c
Commit message (Collapse)AuthorAge
* altos/scheme: swap BIGINT and STRING typesKeith Packard2017-12-14
| | | | | | | | This lets BIGINT be a primitive type, allowing it to use all 32 bits for storage. This does make strings another byte longer, and also slightly harder to deal with. It's a trade off. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/scheme: Add ao_scheme_vector.cKeith Packard2017-12-12
Useful to include the code for implementing vectors Signed-off-by: Keith Packard <keithp@keithp.com>