This release was mostly about introspection and interoperability.
- Implement
(builtins)
,(specials)
, and(stdlib)
. - Updated
(join)
to take an optional second parameter.- This is inserted between the list values as part of the flattening.
- Added
(find)
,(flatten)
, and(occurrences)
to stdlib/stdlib/lists.lisp. - Allow functions to have default values for arguments.
- Implemented
(body)
and(source)
to return the body/source of a lisp primitive. - Added
(exit)
and(forever)
as special forms. - Added
($ "ls -l|wc -l")
as another special.