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 14:10:49 +0200 Message-ID: <27cc-5f2e9680-15d-54f70b00@238558725> 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="14586"; 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 14:11:11 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 1k4Ngr-0003h0-FG for guile-user@m.gmane-mx.org; Sat, 08 Aug 2020 14:11:09 +0200 Original-Received: from localhost ([::1]:55938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4Ngq-0007GX-Dr for guile-user@m.gmane-mx.org; Sat, 08 Aug 2020 08:11:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Ngg-0007FF-00 for guile-user@gnu.org; Sat, 08 Aug 2020 08:10:58 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:37729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Ngd-0003kM-Fg for guile-user@gnu.org; Sat, 08 Aug 2020 08:10:57 -0400 Original-Received: from sogo3.sd4.0x35.net (sogo3.sd4.0x35.net [10.200.201.53]) (Authenticated sender: mayuresh@kathe.in) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id BC3C660003; Sat, 8 Aug 2020 12:10:49 +0000 (UTC) In-Reply-To: <875z9us1r1.fsf@ngyro.com> X-Forward: 127.0.0.1 Received-SPF: pass client-ip=217.70.183.195; envelope-from=mayuresh@kathe.in; helo=relay3-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/08 08:10:50 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:16796 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? I followed your method of invoking Guile with "simply.scm" at the comma= nd-line, got a new REPL. Then executed "scheme@(guile-user)> (word 'comp 'uter)" and got the err= or message below; ;;; :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 se= nd in your "simply.scm" as an attachment in reply to this email? Thanks, ~Mayuresh