guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile and MS-Windows on Major Govt. Project...


From: Chris Bitmead
Subject: Re: Guile and MS-Windows on Major Govt. Project...
Date: Wed, 03 Jul 2002 22:47:32 +1000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Yeah, ok well they should be considered. But jscheme is an interpreter within an interpreter == unnecessarily slow. None of them technically are Scheme (no 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?

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
address@hidden
http://mail.gnu.org/mailman/listinfo/guile-devel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]