logoalt Hacker News

attila-lendvailast Tuesday at 11:06 PM1 replyview on HN

random note: it's possible to incorporate C libs at compile time, e.g.:

https://github.com/sionescu/sbcl-goodies


Replies

fiddlerwoaroofyesterday at 1:20 AM

Yeah, I’ve done that in a slightly hacky way (manually run the various stages of the sbcl build and statically link c libs before building the actual image).