From: Robert D. <rob...@gm...> - 2024-10-30 19:23:40
|
On Wed, Oct 30, 2024 at 8:11 AM Raymond Toy <toy...@gm...> wrote: >> (defpackage :lisptree (:use :common-lisp)) >> (in-package :lisptree) >> ;; ... >> #+maxima >> (progn >> (in-package :maxima) >> ;; ... >> ) >> >> that only runs the second part if we are "inside Maxima"... but as far >> as I know Maxima doesn't define a "feature", so the "#+maxima" would >> have to replaced by something else that checks if > > > We perhaps should add this feature? OK by me to push :maxima onto CL:*FEATURES*. But only :maxima -- I'm very hesitant to include a version number. Robert |