From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?q?mayuresh=40kathe=2Ein?= Newsgroups: gmane.lisp.guile.user Subject: =?utf-8?q?Re=3A?==?utf-8?q?_Fwd=3A?==?utf-8?q?_Re=3A?= Where can I find the environment files required to work with =?utf-8?q?=22Simply?= =?utf-8?q?_Scheme=22=3F?= Date: Sat, 08 Aug 2020 04:37:34 +0200 Message-ID: <37cd-5f2e1000-5f-2973bb0@239759374> References: <875z9us1r1.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5055"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 4.3.2 Cc: guile-user@gnu.org To: "Timothy Sample" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Aug 08 04:38:03 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k4EkF-0001EA-9Y for guile-user@m.gmane-mx.org; Sat, 08 Aug 2020 04:38:03 +0200 Original-Received: from localhost ([::1]:34938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4EkE-0007gR-BY for guile-user@m.gmane-mx.org; Fri, 07 Aug 2020 22:38:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Ejt-0007gE-AP for guile-user@gnu.org; Fri, 07 Aug 2020 22:37:41 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:44381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Ejq-0000G0-Ub for guile-user@gnu.org; Fri, 07 Aug 2020 22:37:41 -0400 Original-Received: from sogo14.sd4.0x35.net (sogo14.sd4.0x35.net [10.200.201.64]) (Authenticated sender: mayuresh@kathe.in) by relay2-d.mail.gandi.net (Postfix) with ESMTPA id BA38540003; Sat, 8 Aug 2020 02:37:34 +0000 (UTC) In-Reply-To: <875z9us1r1.fsf@ngyro.com> X-Forward: 127.0.0.1 Received-SPF: pass client-ip=217.70.183.194; envelope-from=mayuresh@kathe.in; helo=relay2-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/07 22:37:35 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16793 Archived-At: On Saturday, August 08, 2020 12:48 AM IST, Timothy Sample wrote: > Hi Mayuresh > > "mayuresh@kathe.in" writes: > > > On Friday, August 07, 2020 05:24 PM IST, Ricardo Wurmus > > wrote: > > > >> Is there something specific that isn=E2=80=99t working for you whe= n using this > >> in Guile? > > > > Everything. Just running the other code which calls this throws-up > > errors I can't comprehend. > > I saved =E2=80=9Csimply.scm=E2=80=9D to a directory, went to that dir= ectory 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 =3D computer > > How are you loading the file? Which example are you trying? That was kind of you to have shared your experience and successfully ge= tting those examples to run. I was using the "load" method as is usually the case. Thanks again, ~Mayuresh