From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.user Subject: common lisp compatability Date: Wed, 27 Feb 2013 17:21:47 +0100 Message-ID: <1770177.HAAhZggSh4@warperdoze> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1361982127 22575 80.91.229.3 (27 Feb 2013 16:22:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2013 16:22:07 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 27 17:22:30 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 1UAjm2-0007bv-83 for guile-user@m.gmane.org; Wed, 27 Feb 2013 17:22:30 +0100 Original-Received: from localhost ([::1]:54517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAjlh-0004aw-2R for guile-user@m.gmane.org; Wed, 27 Feb 2013 11:22:09 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAjlV-0004ag-LJ for guile-user@gnu.org; Wed, 27 Feb 2013 11:21:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAjlQ-00051i-QS for guile-user@gnu.org; Wed, 27 Feb 2013 11:21:57 -0500 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:57628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAjlQ-00051R-If for guile-user@gnu.org; Wed, 27 Feb 2013 11:21:52 -0500 Original-Received: by mail-la0-f43.google.com with SMTP id ek20so770853lab.30 for ; Wed, 27 Feb 2013 08:21:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=MlAChUb/u71az1bLgY9P9iqG007QAB8PK7t80hK4aQI=; b=gZewjoZAI+v8HdV9ulba8BG/jQBg9AtuNJOj1R4jjVHuyFXhfITCCC5+2eyc83TprL JihfkwqZidiUNiDnMaaDU1E22QsELmPH/5HVa+cOFSDj3ZZKGk3poaZSXQPvC48Lw7/b Q+Hh2wi65JkJHgP68iWLGN35IeaCt692xZVz4CEII8IDtCcbjfYgURf+8dUScMshkYp4 fRwEka5kYJWxt0ZTOwvmpfWDd+M8UNSESoblp333ZbIxLAb/DILkSY0uM3rXbI30Ht3L obntVw16ucyiwFnlh7IkT1LdgdAG7RzbHeGcoHhMz/ILfcTcqOE+aYUFizJ570N2MH99 ie/g== X-Received: by 10.112.17.137 with SMTP id o9mr2375955lbd.42.1361982111315; Wed, 27 Feb 2013 08:21:51 -0800 (PST) Original-Received: from warperdoze.localnet (1-1-1-39a.veo.vs.bostream.se. [82.182.254.46]) by mx.google.com with ESMTPS id ng6sm3010377lab.2.2013.02.27.08.21.49 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 08:21:50 -0800 (PST) User-Agent: KMail/4.9.4 (Linux/3.5.0-25-generic; KDE/4.9.4; x86_64; ; ) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:10150 Archived-At: 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! Have fun /Stefan