What's the state of Common LISPs on ARM64-Linux?
Was trying to compile and run something on Gentoo that required virtual/commonlisp. None of the provider packages I unmasked worked. sbcl installed but crashed at runtime with an mmap failed message about ASLR. PS: I might either find a distro that has patched to add ASLR to sbcl to replicate the patching process or bite my tongue and disable PIE/PIC on this ebuild.
I use the commercial LispWorks on ARM64-Linux.
sbcl is supposed to work, might be worth asking for help on their IRC. ECL isn't keyworded, but it might work, Debian packages it for arm64.
Might be related to https://bugs.launchpad.net/sbcl/+bug/1523213 (so unrelated to arm64) ?
clisp is packaged for Ubuntu LTS, I haven't complied anything with it and your make file might need to be checked for compatibility, but it could be an option