Jatha Software

Uses of Interface
org.jatha.dynatype.LispFunction

Packages that use LispFunction
org.jatha.dynatype   
 

Uses of LispFunction in org.jatha.dynatype
 

Subinterfaces of LispFunction in org.jatha.dynatype
 interface LispMacro
          LispMacro is a data type that represents a LISP Macro definition.
 

Classes in org.jatha.dynatype that implement LispFunction
 class StandardLispFunction
          Implements a Common LISP 'function' type which represents built-in or user-defined functions.
 class StandardLispMacro
          Implements a Common LISP 'macro' type which represents user-defined macros.
 


Jatha Software