[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Re: Where can I find the environment files required to work wi
From: |
mayuresh |
Subject: |
Re: Fwd: Re: Where can I find the environment files required to work with "Simply Scheme"? |
Date: |
Sat, 08 Aug 2020 14:10:49 +0200 |
User-agent: |
SOGoMail 4.3.2 |
On Saturday, August 08, 2020 12:48 AM IST, Timothy Sample <samplet@ngyro.com>
wrote:
> Hi Mayuresh
>
> "mayuresh@kathe.in" <mayuresh@kathe.in> writes:
>
> > On Friday, August 07, 2020 05:24 PM IST, Ricardo Wurmus
> > <rekado@elephly.net> 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