Re: Confusing Error Message

2013-01-16 Thread Andy Wingo
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

Re: Confusing Error Message

2012-03-13 Thread Ian Price
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

Confusing Error Message

2012-03-13 Thread Noah Lavine
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