From: Michel T. <ta...@lp...> - 2022-09-10 13:21:34
|
In complement to Leo Butler's answer you could take a look at: https://www.xach.com/lisp/buildapp/ Le 08/09/2022 à 17:27, Thomas Baruchel a écrit : > On Thu, 8 Sep 2022, Leo Butler wrote: >> You need to declare a toplevel. This works: >> >> $ sbcl --core ./maxima.core >> >> * (sb-ext:save-lisp-and-die "maxima.core" :executable t :toplevel >> #'maxima::$to_lisp) >> -- Michel Talon |