From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?utf-8?q?mayuresh=40kathe=2Ein?= Newsgroups: gmane.lisp.guile.user Subject: Making =?utf-8?q?=22Simply?==?utf-8?q?_Scheme=22?= work with Guile! Date: Sat, 13 Jun 2020 18:33:03 +0200 Message-ID: <6979-5ee4ff80-35-1c474380@189464641> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="47373"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 4.3.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jun 13 18:33:24 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 1jk95w-000CDO-IM for guile-user@m.gmane-mx.org; Sat, 13 Jun 2020 18:33:24 +0200 Original-Received: from localhost ([::1]:58436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk95v-0001Qm-Je for guile-user@m.gmane-mx.org; Sat, 13 Jun 2020 12:33:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk95i-0001QU-Vw for guile-user@gnu.org; Sat, 13 Jun 2020 12:33:11 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:41989) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk95g-00081K-N0 for guile-user@gnu.org; Sat, 13 Jun 2020 12:33:10 -0400 Original-Received: from sogo11.sd4.0x35.net (sogo11.sd4.0x35.net [10.200.201.61]) (Authenticated sender: mayuresh@kathe.in) by relay6-d.mail.gandi.net (Postfix) with ESMTPA id 736DFC0003 for ; Sat, 13 Jun 2020 16:33:04 +0000 (UTC) X-Forward: 127.0.0.1 Received-SPF: pass client-ip=217.70.183.198; envelope-from=mayuresh@kathe.in; helo=relay6-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/13 12:33:04 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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:16588 Archived-At: Hello, Is there anyone interested enough and willing to work toward making the= programs from the book "Simply Scheme" work with Guile? The programs a= re available at https://people.eecs.berkeley.edu/~bh/downloads/simply/ Would be a good resource for beginners to Scheme starting off with Guil= e. Thank you, ~Mayuresh