From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Linas Vepstas" Newsgroups: gmane.lisp.guile.user Subject: Re: 1+ is not R5RS Date: Fri, 19 Dec 2008 00:09:17 -0600 Message-ID: <3ae3aa420812182209m7a5b9905h9c06fe440c0cdcf@mail.gmail.com> References: <494A696D.3080201@organum.hu> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229666975 1806 80.91.229.12 (19 Dec 2008 06:09:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2008 06:09:35 +0000 (UTC) Cc: guile-user@gnu.org To: "Bertalan Fodor (LilyPondTool)" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 19 07:10:41 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LDYZM-0004S7-IO for guile-user@m.gmane.org; Fri, 19 Dec 2008 07:10:40 +0100 Original-Received: from localhost ([127.0.0.1]:51772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDYYA-0000Fb-6w for guile-user@m.gmane.org; Fri, 19 Dec 2008 01:09:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDYY6-0000FW-Ct for guile-user@gnu.org; Fri, 19 Dec 2008 01:09:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDYY3-0000FK-Vt for guile-user@gnu.org; Fri, 19 Dec 2008 01:09:21 -0500 Original-Received: from [199.232.76.173] (port=45857 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDYY3-0000FH-PT for guile-user@gnu.org; Fri, 19 Dec 2008 01:09:19 -0500 Original-Received: from mail-gx0-f16.google.com ([209.85.217.16]:55906) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDYY3-0005o2-FM for guile-user@gnu.org; Fri, 19 Dec 2008 01:09:19 -0500 Original-Received: by gxk9 with SMTP id 9so182473gxk.18 for ; Thu, 18 Dec 2008 22:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=vg1+rWJGqeykVeyevewbINF6XLTx0tBmLquTQSzcvVU=; b=UnIIzfou9lEJYrRLPg6xSqJ102eT/xT6wEK3ws4+D/XfkwCRqp88rZj0ifHYrxwywv gVYAXwNJGFCyi6LyZT5+Gn8h+vhy5EyPWelIxkb5GywXP6j3hJkszKGbqQInTNhdl6pE IO1qfVgZnefk9sjKe0v3N1M6KUAF6djQUsBH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=ExssdK1quIz3bQ4XZIKp3zCiwD34sJJSQFU3/+IxK0U0JKv0HaK+u9Tfa1u0/Y6wIQ kASNcBctjCD/aYyNEwBAmo/LbTHNp00s6SsQRB8iCiR0kgcslvy9vJUEuXmbIyt7dMZ7 02RxCR5RRbpMsz8Mih6jqdXoTvQBlMZbWFem4= Original-Received: by 10.100.154.17 with SMTP id b17mr2007804ane.155.1229666957600; Thu, 18 Dec 2008 22:09:17 -0800 (PST) Original-Received: by 10.100.144.18 with HTTP; Thu, 18 Dec 2008 22:09:17 -0800 (PST) In-Reply-To: <494A696D.3080201@organum.hu> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7019 Archived-At: 2008/12/18 Bertalan Fodor (LilyPondTool) : > Hi, > > I'm trying to implement a more or less Guile compatible Scheme > implementation in Java. Well, someone mentioned kawa. http://www.gnu.org/software/kawa/ There's also jscheme, right? http://www.norvig.com/jscheme.html SISC, which I think claims r5rs compliance: http://sisc-scheme.org/ SIXX -- half-baked, but hey ... http://dgym.homeunix.net/mediawiki/index.php?title=Sixx I remember feeling wowed by the description of 'clojure' http://clojure.org/ It would make a lot more sense to contribute to an existing project of this nature, than to invent something completely new ... --linas