#scheme
are there any scheme implementations that make it easy to e.g. share small CLI programmes?
CL is huge, slow to start up, and makes giant binaries. scheme is nice and small. i looked into guile but it has no package manager and no binary builder. do i have to desert scheme and get into Janet?