summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_const.lisp
Commit message (Expand)AuthorAge
* altos/scheme: Rename to 'scheme', clean up buildKeith Packard2017-12-05
* altos/lisp: Switch to scheme formal syntax for varargsKeith Packard2017-12-03
* altos/lisp: Convert more builtin lisp code to scheme formatKeith Packard2017-12-02
* altos/lisp: split set/def. Add def support to lambdasKeith Packard2017-12-01
* altos/lisp: Make let distinct from let*Keith Packard2017-12-01
* altos/lisp: Add quasiquoteKeith Packard2017-12-01
* altos/lisp: Rename progn to beginKeith Packard2017-11-25
* altos/lisp: Add floatsKeith Packard2017-11-19
* altos/lisp: Fix some scheme compat issuesKeith Packard2017-11-18
* altos/lisp: Finish first pass through r7rsKeith Packard2017-11-17
* altos/lisp: Add applyKeith Packard2017-11-17
* altos/lisp: Character consts. String and assoc builtins.Keith Packard2017-11-17
* altos/lisp: Lots more scheme bitsKeith Packard2017-11-16
* altos/lisp: More schemismsKeith Packard2017-11-16
* altos/lisp: Add scheme-style bools (#t and #f)Keith Packard2017-11-16
* altos/lisp: Take advantage of implicit progn in ROM codeKeith Packard2017-02-20
* altos/lisp: Allow empty defun bodiesKeith Packard2017-02-20
* altos/lisp: Optimize chunk searching in collectKeith Packard2017-02-20
* altos/lisp: Take advantage of multi-arg macros. Add more ROM funcsKeith Packard2017-02-20
* altos/lisp: Evaluate macros once, then smash them into placeKeith Packard2017-02-20
* altos/lisp: add progn, while, read and evalKeith Packard2017-02-20
* altos/lisp: Clean up OS integration bits, add defunKeith Packard2017-02-20
* altos/lisp: working on lexical scopingKeith Packard2017-02-20
* altos/lisp: Change GC move APIKeith Packard2017-02-20
* altos: Add lambda support to lispKeith Packard2017-02-20
* altos/lisp: Change lisp objects to use ao_poly everywhere. Add constKeith Packard2017-02-20