A Lisp implementation for fun
- FFI for loading C-linkage shared libraries
- How many primitives does it take to build a LISP machine? Ten, seven or five?
- The most minimal LISP?
- Can you implement any pure LISP function using the ten primitives? (ie no type predicates)
- Y combinator
- Given the following LISP eval function - what is required to add defmacro?
- Really minimum lisp
- What is the "minimal" set of primitives needed for a Lisp interpreter?
- Set Theory and Lisp
- Church encoding