Español · Русский

MξΣ Maxima, a Computer Algebra System

Lisp Implementations

Implementation Readline support Linux Windows Notes
Clisp + + +
GCL + + + Lacking some bits for ANSI Common Lisp compliance. The Maxima package for Windows is compiled with GCL.
CMUCL patch + -
SBCL patch + - A fork of CMUCL.
Allegro CL ? + + Commercial. Compiling Maxima with limited free version may be tricky.

Worthwhile Lisp Sites

The Association of LISP Users

There are few better starting points for Lisp than this site.

http://www.lisp.org/

CMU Artificial Intelligence Repository

A very large archive of Lisp documentation and code.

http://www-2.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/0.html

CLiki

User maintained archive of Lisp links and information.

http://www.cliki.net/

Tools

XREF

XREF is a tool to determine relationships in Lisp source code. These plots were created using the output from XREF and a program called graphviz. Not particularly useful, but interesting in that they display the complexity of the source code.

http://maxima.sourceforge.net/misc/rat_files_chart.ps.gz (Rat)

http://maxima.sourceforge.net/misc/risch.ps.gz (Risch)