translating formulas to Common Lisp



Hi,

Is there a quick & easy way to translate results of calculations to
Common Lisp (or any Lisp) sexps?  Eg a+b*c would become (+ a (* b c)),
etc.  I need this because I would like to use analytical results,
calculated with Maxima, in a CL program, and I don't want to transcribe
it manually if that can be avoided.

Best,

Tamas