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 10:44:51 +0200 Message-ID: <551a-5f2e6600-18b-88b1190@65707076> References: <37cd-5f2e1000-5f-2973bb0@239759374> 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="15516"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 4.3.2 Cc: guile-user@gnu.org To: =?utf-8?q?mayuresh=40kathe=2Ein?= Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Aug 08 10:45:09 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 1k4KTV-0003wJ-3G for guile-user@m.gmane-mx.org; Sat, 08 Aug 2020 10:45:09 +0200 Original-Received: from localhost ([::1]:56620 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4KTT-00060y-Th for guile-user@m.gmane-mx.org; Sat, 08 Aug 2020 04:45:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4KTJ-00060s-0T for guile-user@gnu.org; Sat, 08 Aug 2020 04:44:57 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:34073) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4KTG-00062T-Pa for guile-user@gnu.org; Sat, 08 Aug 2020 04:44:56 -0400 Original-Received: from sogo7.sd4.0x35.net (sogo7.sd4.0x35.net [10.200.201.57]) (Authenticated sender: mayuresh@kathe.in) by relay9-d.mail.gandi.net (Postfix) with ESMTPA id BD263FF805; Sat, 8 Aug 2020 08:44:51 +0000 (UTC) In-Reply-To: <37cd-5f2e1000-5f-2973bb0@239759374> X-Forward: 127.0.0.1 Received-SPF: pass client-ip=217.70.183.199; envelope-from=mayuresh@kathe.in; helo=relay9-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/08 04:44:52 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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:16795 Archived-At: On Saturday, August 08, 2020 08:07 AM IST, mayuresh@kathe.in wrote: > 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 w= hen using this > > >> in Guile? > > > > > > Everything. Just running the other code which calls this throws-u= p > > > errors I can't comprehend. > > > > I saved =E2=80=9Csimply.scm=E2=80=9D to a directory, went to that d= irectory and ran: > > > > guile --no-auto-compile -l simply.scm > > > > This spawned a working REPL that I could use to run the first coupl= e 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 = getting those examples to run. > > I was using the "load" method as is usually the case. Try running the "acronym" example at; https://people.eecs.berkeley.edu/= ~bh/ssch1/showing.html ~Mayuresh