Subject: Fork of maxima for make it more embeddable.
From: Raymond Toy
Date: Thu, 22 Dec 2011 13:31:29 -0800
Nowadays asdf and quicklisp become de-facto standard for distributing
> common lisp application in opensource community, and I think maxima is
> good addition in quicklisp repository. Also it will become simpler
> deploying process in win*, mac*, (e.g.:
> download sbcl
> sbcl
> (ql:quickload :maxima)
> (save-lisp-and-die (lambda() (cl-user::run)))
>
While this might give you maxima, I find that I can't really do very much
without the online documentation. I just can't remember how everything
works.
Ray