On Saturday, August 08, 2020 12:48 AM IST, Timothy Sample <[email protected]> wrote:
> Hi Mayuresh > > "[email protected]" <[email protected]> writes: > > > On Friday, August 07, 2020 05:24 PM IST, Ricardo Wurmus > > <[email protected]> wrote: > > > >> Is there something specific that isn’t working for you when using this > >> in Guile? > > > > Everything. Just running the other code which calls this throws-up > > errors I can't comprehend. > > I saved “simply.scm” to a directory, went to that directory and ran: > > guile --no-auto-compile -l simply.scm > > This spawned a working REPL that I could use to run the first couple of > examples from the book: > > scheme@(guile-user)> (word 'comp 'uter) > $1 = computer > > How are you loading the file? Which example are you trying? That was kind of you to have shared your experience and successfully getting those examples to run. I was using the "load" method as is usually the case. Thanks again, ~Mayuresh
