TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the state of Common LISPs on ARM64-Linux?

5 pointsby burnt-resistor6 months ago
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.

3 comments

lispm6 months ago
I use the commercial LispWorks on ARM64-Linux.
评论 #42214662 未加载
a-french-anon6 months ago
sbcl is supposed to work, might be worth asking for help on their IRC. ECL isn&#x27;t keyworded, but it might work, Debian packages it for arm64.<p>Might be related to <a href="https:&#x2F;&#x2F;bugs.launchpad.net&#x2F;sbcl&#x2F;+bug&#x2F;1523213" rel="nofollow">https:&#x2F;&#x2F;bugs.launchpad.net&#x2F;sbcl&#x2F;+bug&#x2F;1523213</a> (so unrelated to arm64) ?
评论 #42214626 未加载
cameron_b6 months ago
clisp is packaged for Ubuntu LTS, I haven&#x27;t complied anything with it and your make file might need to be checked for compatibility, but it could be an option
评论 #42214464 未加载