From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ken Anderson Newsgroups: gmane.lisp.guile.user Subject: Re: Guile and MS-Windows on Major Govt. Project... Date: Wed, 03 Jul 2002 09:27:33 -0400 Sender: guile-user-admin@gnu.org Message-ID: References: <3D1B1DCD.7090500@bitmead.com> <200206302346.11902.unknown_lamer@unknownlamer.org> <3D20E140.6050003@bitmead.com> <200207012113.58958.unknown_lamer@unknownlamer.org> <5.0.2.1.2.20020702112242.00b16ad0@zima.bbn.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1025703335 24281 127.0.0.1 (3 Jul 2002 13:35:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2002 13:35:35 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org, Timothy Hickey Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PkIA-0006JO-00 for ; Wed, 03 Jul 2002 15:35:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17PkCz-0004hn-00; Wed, 03 Jul 2002 09:30:13 -0400 Original-Received: from zima.bbn.com ([128.89.72.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17PkAp-0004Zm-00; Wed, 03 Jul 2002 09:27:59 -0400 Original-Received: from ale.bbn.com (ale [128.89.72.125]) by zima.bbn.com (8.11.4/8.11.4) with ESMTP id g63DRXY21323; Wed, 3 Jul 2002 09:27:33 -0400 (EDT) X-Sender: kanderso@zima.bbn.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Original-To: Chris Bitmead In-Reply-To: <3D22F264.9010502@bitmead.com> Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:697 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:697 At 08:47 AM 7/3/2002, Chris Bitmead wrote: >Yeah, ok well they should be considered. But jscheme is an interpreter >within an interpreter == unnecessarily slow. None of them technically are >Scheme (no I think you'll find the performance of modern Java's, such as 1.3 or 1.4 very acceptable. When using Jscheme to do Swing GUI's you don't notice any performance difference because Jscheme is just assembling Swing components and Java is doing most of the work. >call/cc, blurry picture on full tail calls etc). Kawa's type system makes >it rather inconvenient to use Java libraries like Swing (strings in kawa >are not strings in java etc). Neither have built in a nice CLOS-ish object >system which makes life worth living. > >Let me put it this way: Is Full-Scheme-Language+CLOS+portable convenient >gui on Windows+Linux too much to ask? SISC is a full scheme. It shouldn't be hard to add a Scheme Swing library like Jscheme's JLIB. Jscheme has chosen to stay close to Java, so integrating Scheme and Java is fairly painless. It does handle tail recursion. While it does not have a CLOS object system, it has multimethods and you can define Java classes in Scheme. To do a CLOS in a Scheme built on top of Java you need to decide how the CLOS and Java objects interact. For example, in Jython, Jython classes look to Java like java classes. However, there semantics are slightly different which can get confusing. I'll have to think about how one might do CLOS in java some more. >Ken Anderson wrote: > >>At 10:41 AM 7/2/2002, Chris Bitmead wrote: >> >>>Hmm, just checked out PLT-Scheme. The Gui is so limited it doesn't even >>>have something like a grid or table widget. And for this app it's very >>>visual I need a pretty good set of widgets, including some kind of grid. >>>And the OO system looks more awful to me the longer I look at it, but I >>>guess I could live with it if the gui was ok. >>> >>>Is there any scheme out there with some decent cross-platform gui >>>support, and works on at least Windows and Unix, preferably Mac too? Am >>>I asking so much? >> >>Not at all. There are several Schemes implemented in Java that should >>let you do portable gui development easily. Here are 3: >> >>http://www.gnu.org/software/kawa/ >>http://jscheme.sourceforge.net/jscheme/mainwebpage.html >>http://sisc.sourceforge.net/ >> >>I use Jscheme. >> >> >>_______________________________________________ >>Guile-devel mailing list >>Guile-devel@gnu.org >>http://mail.gnu.org/mailman/listinfo/guile-devel > > > _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user