From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bertalan Fodor Newsgroups: gmane.lisp.guile.user Subject: Re: 1+ is not R5RS Date: Fri, 19 Dec 2008 08:41:13 +0100 Message-ID: <494B5019.9010707@organum.hu> References: <494A696D.3080201@organum.hu> <3ae3aa420812182209m7a5b9905h9c06fe440c0cdcf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040806010101080406010907" X-Trace: ger.gmane.org 1229672503 14702 80.91.229.12 (19 Dec 2008 07:41:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2008 07:41:43 +0000 (UTC) Cc: guile-user@gnu.org To: linasvepstas@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 19 08:42:49 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 1LDa0W-0000bn-Kl for guile-user@m.gmane.org; Fri, 19 Dec 2008 08:42:48 +0100 Original-Received: from localhost ([127.0.0.1]:51069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDZzK-0003Db-Cs for guile-user@m.gmane.org; Fri, 19 Dec 2008 02:41:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDZz7-0003A3-KK for guile-user@gnu.org; Fri, 19 Dec 2008 02:41:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDZz7-00039f-1B for guile-user@gnu.org; Fri, 19 Dec 2008 02:41:21 -0500 Original-Received: from [199.232.76.173] (port=37667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDZz6-00039a-Tv for guile-user@gnu.org; Fri, 19 Dec 2008 02:41:20 -0500 Original-Received: from m2.maxer.hu ([212.92.23.71]:57270 helo=mail1.maxer.hu) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDZz6-0005sP-1z for guile-user@gnu.org; Fri, 19 Dec 2008 02:41:20 -0500 Original-Received: from pool-4252.adsl.interware.hu ([213.178.116.156] helo=[192.168.2.104]) by mail1.maxer.hu (Exim 4.69) with esmtpa (fodorb@organum.hu) id 1LDZz1-0000sA-VE; Fri, 19 Dec 2008 08:41:17 +0100 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: <3ae3aa420812182209m7a5b9905h9c06fe440c0cdcf@mail.gmail.com> X-Warning: client sent invalid HELO hostname X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:7020 Archived-At: This is a multi-part message in MIME format. --------------040806010101080406010907 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Thank you for your suggestion. I was thinking for a long time about these, and still I'm not convinced (by myself :-)) to use these projects. The little pecularities of these I think would make the effort as hard as creating a new one. Sisc's implementation was extremely complicated for my simple mind, so I'm using JScheme for some ideas. Also I wanted to learn by doing - I think this argument in itself is enough :-) Cheers, Bert Linas Vepstas írta: > 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 > > --------------040806010101080406010907 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for your suggestion. I was thinking for a long time about these, and still I'm not convinced (by myself :-)) to use these projects. The little pecularities of these I think would make the effort as hard as creating a new one. Sisc's implementation was extremely complicated for my simple mind, so I'm using JScheme for some ideas.
Also I wanted to learn by doing - I think this argument in itself is enough :-)

Cheers,

Bert

Linas Vepstas írta:
2008/12/18 Bertalan Fodor (LilyPondTool) <lilypondtool@organum.hu>:
  
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

  

--------------040806010101080406010907--