Specify SBCL requirement in README

This commit is contained in:
Camden Dixie O'Brien 2025-05-30 15:42:16 +01:00
parent f05af1bbbb
commit f4a538dc51

4
README
View File

@ -33,6 +33,10 @@ the current directory to ASDF's registry is
(push *default-pathname-defaults* asdf:*central-registry*) (push *default-pathname-defaults* asdf:*central-registry*)
(asdf:load-system :ham) (asdf:load-system :ham)
As it stands the system will only work with SBCL, though I don't think
it would be *that* much work to get it working with other Common Lisp
implementations.
Maxima ended up being a bit of a pain to build fully within ASDF so Maxima ended up being a bit of a pain to build fully within ASDF so
the ASDF config first compiles it with its autotools set-up (so you'll the ASDF config first compiles it with its autotools set-up (so you'll
need autoconf et al) and uses the FASLs from that build when possible. need autoconf et al) and uses the FASLs from that build when possible.