You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When R7RS code say (import (gauche base)), it expects all the bindings that can be used in normal gauche code to be visible. However, gauche.base only exports the bindings explicitly defined in gauche\ module. For example, syntax-rulesorquote` aren't exported. This is pretty confusing.
The text was updated successfully, but these errors were encountered:
When R7RS code say
(import (gauche base))
, it expects all the bindings that can be used in normal gauche code to be visible. However,gauche.base
only exports the bindings explicitly defined ingauche\ module. For example,
syntax-rulesor
quote` aren't exported. This is pretty confusing.The text was updated successfully, but these errors were encountered: