Hi Noah,
A question from a while back, but hey, an answer:
On Wed 14 Mar 2012 01:43, Noah Lavine writes:
> It's not intuitive that a function that is available by at the REPL is
> not available in a module. [referring to `compile']
There are a few more things that are like this, FWIW: (ice-9
Noah Lavine writes:
> Hello,
>
> I just got a confusing error while making a Guile module. I was
> writing a module, and wanted to use the compile function - the one
> that exists by default in the REPL environment. However, when I used
> the compile function in a module and tried to load that mo
Hello,
I just got a confusing error while making a Guile module. I was
writing a module, and wanted to use the compile function - the one
that exists by default in the REPL environment. However, when I used
the compile function in a module and tried to load that module, I got
an unbound variable e