Jatha Projects

Send email to   m h e w e t t at users.sourceforge.net if you would like to help with any of these projects.

Macros

Macros are implemented in v2.5.0 and up! Code contributed by Jean-Pierre Gaillardin and Ola Bini.

Arrays

Jatha does not yet contain arrays as a data type.

Complex numbers

Jatha's StandardLispComplex class is not finished. It doesn't have implementations for sin, cos, square root, etc., for complex numbers.

&OPTIONAL, &KEY arguments

These are partially implemented. Ola Bini is working on a full version.

Lambda Functions

Ola Bini is currently working on this.

Error, Cerror, et al.

Better implementations of error functions.

CLOS

A simple object system would be nice.