Package org.hccp.lisp

Interface Summary
Sexp  
 

Class Summary
ADD Implementation of add procedure.
APPEND APPEND implementation.
Atom  
BooleanAtom  
CAR CAR implementation.
CDR Created by a Ian Brown
CONS CONS implementation.
Constants  
DEFUN  
DIV DIV implementation.
EQ  
Function  
FunctionTemplate  
IF  
Interpreter The interpreter takes a java.util.List of Java objects, usually generated from a text file or stream by a Parserand "compiles" them into evaluable Sexp expressions.
LENGTH LENGTH implementation.
LET LENGTH implementation.
List  
LISTF LISP implementation.
MUL MUL implementation.
NumericAtom Wrapper class for numeric atoms.
Parser  
QUIT A wrapper around java.lang.System.exit().
REVERSE REVERSE implementation.
SETF Implementation of SETF.
SUB  
TestInterpreter Deprecated.  
 

Exception Summary
IllegalArgumentException