From: Richard F. <fa...@be...> - 2016-09-02 16:50:44
|
Scheme !! It is rather likely that any particular Scheme program can be translated into Common Lisp without too much trouble. If you rely on piles of Scheme programs in libraries and such, maybe this is not a solution. But.. there is a Scheme interpreter written in Common Lisp in Norvig's "Paradigms of AI Programming". If your program P were in CL, then you could load and run it inside Maxima by having an initialization command that was equivalent to (load("P.lisp"), ?P() ) RJF |