Email or username:

Password:

Forgot your password?
Top-level
Colin

@abcdw The Guile standard lib should be called `guile`.

2 comments
Andrew Tropin

@fosskers Many things in our world could be done differently :)

blake shaw 🇵🇸

@abcdw @fosskers "guile" actually exports from a module (guile); if you enter a module defined with R7RS define-library, for example, (guile) wont be loaded by default, allowing you to load standard r7rs modules (scheme base) etc... the define-library macro adds the #:pure keyword in a define-module form by default.

Go Up