lac : bd27f5c51ff343083054044e6297a63e4f7051d5
1: LAC is a lisp interpreter library.
2:
3: LAC is lightweight and extensible, and can be embedded in any program.
4:
5: The interpreter defines an API for adding new types and new procedures
6: to the language runtime. This allows LAC to become the high-level
7: control logic of a low-level library, but it also can also be used as
8: a generic interpreted programming language.
9:
10: The language itself is heavily inspired by the small and simple LISP
11: 1.5, with a few important differences: it is lexically scope and has a
12: single namespace.
13: Check sys.lac for the system library and the examples directory.
14:
Generated by git2html.