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? I followed your method of invoking Guile with "simply.scm" at the command-line, got a new REPL. Then executed "scheme@(guile-user)> (word 'comp 'uter)" and got the error message below; ;;; <stdin>:2:0: warning: possibly unbound variable `word' ice-9/boot-9.scm:1669:16: In procedure raise-exception: Unbound variable: word Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. Followed by the command prompt "scheme@(guile-user) [1]>". Occurs to me that I could be doing something wrong, would you please send in your "simply.scm" as an attachment in reply to this email? Thanks, ~Mayuresh
