From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rm@tuxteam.de Newsgroups: gmane.lisp.guile.user Subject: Re: common lisp compatability Date: Wed, 27 Feb 2013 20:52:09 +0100 Message-ID: <20130227195209.GA22684@seid-online.de> References: <1770177.HAAhZggSh4@warperdoze> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1362025148 15547 80.91.229.3 (28 Feb 2013 04:19:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 04:19:08 +0000 (UTC) Cc: guile-user@gnu.org To: Stefan Israelsson Tampe Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 28 05:19:29 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UAuxs-0004SD-9f for guile-user@m.gmane.org; Thu, 28 Feb 2013 05:19:28 +0100 Original-Received: from localhost ([::1]:34371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAuxX-0003yH-8i for guile-user@m.gmane.org; Wed, 27 Feb 2013 23:19:07 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmGD-0000GI-9a for guile-user@gnu.org; Wed, 27 Feb 2013 14:01:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAmFx-0007fu-Hw for guile-user@gnu.org; Wed, 27 Feb 2013 14:01:43 -0500 Original-Received: from alextrapp1.equinoxe.de ([217.22.192.104]:38460 helo=www.elogos.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmFx-0007ah-Aj for guile-user@gnu.org; Wed, 27 Feb 2013 14:01:33 -0500 Original-Received: by www.elogos.de (Postfix, from userid 1001) id E5CA49008F; Wed, 27 Feb 2013 20:52:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <1770177.HAAhZggSh4@warperdoze> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 217.22.192.104 X-Mailman-Approved-At: Wed, 27 Feb 2013 23:17:57 -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10155 Archived-At: On Wed, Feb 27, 2013 at 05:21:47PM +0100, Stefan Israelsson Tampe wrote: > Hi all, > > I just started a small project where I intend to try to port over > common lisp tools as wel as define a common lisp language in guile-2. > > You may find it at: https://gitorious.org/guile-cl/guile-cl > > There is only one module, loop.scm that implements the cl loop > macro. It is an intresting task to make that package hackable but I > feel that I suceeded with that using syntax-parse. The utility is > somewhat a joke because of it's horrible syntax and schemers are > better of to use another tool like foof-loop. Anyhow it's up there for > you to enjoy! I find loop an invaluable syntactic extension for embedable scheme ... But I guess that's a matter of taste ;-) Loop was one of the first things I included into my personal Denemo version (using the nice CL-Loop port by Heinrich Taube from his Common Music (v.2) - you do konw about that, do you?) Cheers, Ralf Mattes > Have fun > /Stefan Thank's, will do