LWN.net Logo

Maxima 5.10.0 released

From:  Paolo Amoroso <amoroso-AT-mclink.it>
To:  Lisp News for LWN <lwn-AT-lwn.net>
Subject:  Maxima 5.10.0 released
Date:  Mon, 25 Sep 2006 13:29:33 +0200

Maxima 5.10.0 has been released.  This version features better
documentation, an improved Windows installer, improvements to the
Xmaxima user interface, faster integer factorization, and several new
add-on packages.

Maxima is a computer algebra system written in Common Lisp. It is a
descendant of DOE Macsyma, whose origins date back to the late 1960s
at MIT.

Version 5.10.0 announcement
http://groups.google.com/group/comp.lang.lisp/msg/39dc060...

Maxima
http://maxima.sourceforge.net


Paolo
-- 
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log


(Log in to post comments)

powerpc

Posted Sep 29, 2006 7:21 UTC (Fri) by johill (subscriber, #25196) [Link]

Will it finally work on ppc instead of just segfaulting?

powerpc

Posted Sep 30, 2006 3:44 UTC (Sat) by socket (subscriber, #43) [Link]

Segfaults in lisp? I haven't used the specific algebra system in question, but that sounds a lot more like a bug in your common lisp implementation. Exceptions and miscellaneous errors of that sort would be understandable, but a segfault would much more likely be the fault of your CL interpreter.

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds