Hi! "Julian Graham" <[email protected]> writes:
> One small thing I noticed while playing around is that he uses > `scheme-report-environment' for looking up certain R5RS functions, but > that function isn't available in Guile outside of the REPL without > doing `(use-modules (ice-9 r5rs))' first. This limitation has been > acknowledged before [2]; any reason this module isn't loaded all the > time? There are other missing R5RS pieces by default, notably `syntax-rules'. However, the manual clearly states it in (info "(guile) Environments") and (info "(guile) Syntax Rules"). So I would say that the current behavior is OK. Thanks, Ludo'.
