Help to get started with the code of Maxima



On 6/24/2013 6:08 PM, Samuel L? wrote:
> Thanks for the explanations,
>
> So I guess (meval '(($DIFF SIMP) ((%SIN SIMP) $X) $X) ) should enable 
> me to access to the symbolic maths functions from Common Lisp? 
> Unfortunately meval is not recognized, even after I compile and load 
> maxima into my SBCL repl. Am I missing something?

in addition to setting the package,  I would like to point out that it
is generally unnecessary for you to compile maxima.  You should be able
to download a binary executable from sourceforge for linux, windows, 
mac, etc.

  Any Lisp  programs you might write in
addition to maxima's programs can be simply loaded into maxima,
by load ("yourfile.lisp")   etc.

It is also unnecessary to compile the programs you load in, though SBCL
probably does not as you load them.

Good luck
RJF