>>1
Many Common Lisps depend on the image system. I've heard these things sometimes end up as 50 meg executables even after tree shaking, if the feature is available at all. Most Schemes don't use the image system, they're usually either embeddable interpreters or command line compiler+repls. Most Scheme compilers usually compile through C to something fairly compact that still provides
eval.