[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unable to import R7RS libraries in the REPL
From: |
Amirouche Boubekki |
Subject: |
Re: Unable to import R7RS libraries in the REPL |
Date: |
Wed, 1 Dec 2021 19:22:40 +0100 |
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`
Re: Unable to import R7RS libraries in the REPL, Sam Lee, 2021/12/01