Short version:

> ; mit-scheme
>
> (find-scheme-libraries! ".")
> (load "main.scm")

Will discover `.sld` and `.scm` library files inside the current
directory, and load main.scm.

I did not find a way to compile an R7RS program to a binary.

Also, it would be neat to have something like --library-extensions
option to override the default `.sld` and `.scm`

Reply via email to