Menu

Jatha - Java LISP library / News: Recent posts

Jatha 2.8 released

Jatha is an implementation of LISP in Java.

Version 2.8 adds READ-FROM-STRING and re-compiles
the system in Java 1.5.

Posted by Micheal Hewett 2007-04-26

Jatha 2.5 - major release

Jatha 2.5 was released on May 16, 2005. This version includes DEFMACRO and better access to packages, in addition to many new functions. Please see the ChangeLog for more information. Thanks to Ola Bini, Stephen Starkey and Jean-Pierre Gaillardon who contributed code to this release.

Posted by Micheal Hewett 2005-05-17

Jatha 2.3 released

The concatenate function now corresponds to the Common LISP spec regarding its arguments. However, it only supports 'STRING as the first argument.
This release comes so quickly after release 2.2 so that not too many people will be affected by this change.

Posted by Micheal Hewett 2004-09-27

Jatha 2.2 released

Jatha 2.2 contains fixes to allow FUNCALL and APPLY to be called on user-defined functions. Also, the CONCATENATE and NCONC functions have been exported to the LISP level from the Java level. They were inadvertently omitted in previous versions.

Posted by Micheal Hewett 2004-09-27

Jatha 2.1 released

Version 2.1 of Jatha contains over 25 new string-related functions. Enjoy!

Posted by Micheal Hewett 2004-08-10

Jatha 2.0 released

This release contains bug fixes and additional functionality.
I recommend upgrading to this release. See the Change Log for additional details.

Posted by Micheal Hewett 2004-07-17

Jatha 1.9 released

This release of Jatha fixes a couple of bugs in the floating-point divide routine. Numbers were incorrectly being converted to integers, resulting in a loss of precision. The JUnit tests have also been extended to catch errors such as this.

Posted by Micheal Hewett 2004-06-24

Jatha 1.8 released

Jatha 1.8 is available. It has some minor performance fixes and is better at printing long lists. Have fun!

Posted by Micheal Hewett 2004-06-10

Jatha 1.6 released

Jatha, a LISP library in Java, has released version 1.6.
This version expands the set of numeric functions by adding absolute value (abs), trig functions (sin, cos, tan, atan, sec, ...) and other trig-related functions.

Posted by Micheal Hewett 2004-02-13

Jatha 1.5.6 released

Jatha 1.5.6 is out. It adds some new math functionality, such as sin, cos, tan, sqrt and
similar functions. It also corrects an embarassing bug in the add, subtract, multiply and divide functions where real numbers would sometimes be treated as integers. Another release of Jatha should be out around March 1 with even more extensive functionality extensions. Have fun!

Posted by Micheal Hewett 2004-02-05

Jatha-1.5.5 released

In this release, the classes in org.jatha.dynatype have changed to interfaces and the classes have been renamed. For example, LispInteger is now an interface and StandardLispInteger is its implementation. No changes are required in code.

Posted by Micheal Hewett 2003-12-12

Jatha 1.5.4 released

Jatha 1.5.4 has been released. It contains several bug fixes and a major restructuring to allow several Jatha instances to co-exist in the same Java environment.

Posted by Micheal Hewett 2003-10-31
MongoDB Logo MongoDB