@rwxrwxrwx
This works really nicely. #maxima #-interface #lisp #commonLisp #CAS #mathematics
I ended up using quicklisp.org to drag in maxima (but cloning your sr.ht/~jmbr/maxima-interface/).
CL-USER> (asdf:load-system :maxima-interface)
T
CL-USER> (in-package :maxima-interface-user)
#
MAXIMA-INTERFACE-USER> (diff '(sin x) 'x)
(COS X)
MAXIMA-INTERFACE-USER> (integrate * 'x)
(SIN X)
MAXIMA-INTERFACE-USER> (integrate ** 'x 0 (/ pi 2))
1
https://mastodon.sdf.org/@screwtape/113500172365871549
https://sr.ht/~jmbr/maxima-interface/
@screwtape excellent!
────