News

If the lisp code is not behaving as expected, these files might provide clues as to why. Some of the examples do not copy, but perform a simple modification (such as negating a logical, or returning a ...
A simple blog system written in Common Lisp This is an example of a blog written in Common Lisp, with an automatically updating main blog page.
G-code is part of the numerical control used to command CNC machines. He implemented his interpreter using the language he’s most familiar with: Common Lisp (not surprising if you notice the ...
Generalized Lisp (or Glisp for short) is a coordinated set of high level syntaxes for Common Lisp. Initially GLisp consists of three dialects: Mlisp, Plisp and ordinary Lisp, together with an ...
A simple code walker designed for use in PCL, based in part on code walking programs by Larry Masinter, David Moon, and Gary Drescher. Very easy to port to different Common Lisp implementations.