-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Matthias Zenger edited this page May 31, 2016
·
12 revisions
Welcome to the LispKit Wiki. This wiki is work in progress. It provides information on the architecture of the system as well as the supported Lisp-based language.
LispKit is a MacOS X framework providing functionality for parsing, compiling, and executing Lisp expressions. LispKit is written fully in the programming language Swift.
- Parser
- Representation of expressions
- Compilation to bytecode
- [Virtual Machine](Virtual Machine)
- Bytecode instructions
The language supported by LispKit is based on the R5RS standard of Scheme.