Hello, I am developing a library of array processing code in Common Lisp
inspired by the J programming language. I am using Windows XP for
development.
Although I have been developing for CLISP and SBCL, the fact that Maxima
builds the Windows binary with GNU CL has caught my attention. So my
question is really just the same one that
was discussed with Bruno Daniel earlier:
http://www.math.utexas.edu/pipermail/maxima/2007/008152.html
My desire is to be able to hook my Lisp library, based on ASDF:
http://hg.metaperl.com/redick?mf=26c525888eb7;path=/lisp/;style=gitweb
into Maxima functionality from a Lisp REPL.
Is there a way to use any of the binaries in the Windows Maxima distro
as a Lisp REPL with access to maxima functions? And is there a sample
document showing some simple calls to Maxima from Lisp? Passing both
simple numbers as well as arrays of various dimensions? My code makes
heavy use of the ARRAY type built into Common Lisp.
The method that Bruno displayed of loading things from lisp-utils and
src will not work because those do not come with the Windows binary distro.
I