unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Ken Anderson <kanderson@bbn.com>
Cc: guile-devel@gnu.org, guile-user@gnu.org,
	Timothy Hickey <timhickey@mac.com>
Subject: Re: Guile and MS-Windows on Major Govt. Project...
Date: Wed, 03 Jul 2002 09:27:33 -0400	[thread overview]
Message-ID: <afuuj7$nmp$2@main.gmane.org> (raw)
In-Reply-To: <3D22F264.9010502@bitmead.com>

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


  parent reply	other threads:[~2002-07-03 13:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3D1B1DCD.7090500@bitmead.com>
2002-06-28  1:49 ` Guile and MS-Windows on Major Govt. Project Bruce Korb
     [not found] ` <3D1BC0B9.282F1F21@pacbell.net>
2002-06-28  5:51   ` Chris Bitmead
     [not found]   ` <3D1BF96A.1030101@bitmead.com>
2002-06-29  2:01     ` Christopher Cramer
2002-06-29  3:32       ` Guile and MS-Windows / GTK+ Chris Bitmead
     [not found]       ` <3D1D2A5C.2040307@bitmead.com>
2002-07-09 21:17         ` Neil Jerram
     [not found]         ` <m3vg7oak1l.fsf@laruns.ossau.uklinux.net>
2002-07-10  0:40           ` Chris Bitmead
2002-07-01  3:46     ` Guile and MS-Windows on Major Govt. Project Clinton Ebadi
     [not found]     ` <200206302346.11902.unknown_lamer@unknownlamer.org>
2002-07-01 23:09       ` Chris Bitmead
     [not found]       ` <3D20E140.6050003@bitmead.com>
2002-07-02  1:13         ` Clinton Ebadi
2002-07-02 14:41           ` Chris Bitmead
     [not found]           ` <3D21BBB0.6000302@bitmead.com>
2002-07-02 15:29             ` Ken Anderson
     [not found]           ` <5.0.2.1.2.20020702112242.00b16ad0@zima.bbn.com>
2002-07-03 12:47             ` Chris Bitmead
     [not found]             ` <3D22F264.9010502@bitmead.com>
2002-07-03 13:27               ` Ken Anderson [this message]
2002-07-05 20:21               ` Per Bothner
     [not found]               ` <3D25FFB4.9060500@bothner.com>
2002-07-06  2:30                 ` Chris Bitmead
     [not found]                 ` <3D265661.9030201@bitmead.com>
2002-07-06 22:11                   ` Ken Anderson
2002-07-08 21:53                     ` Christopher Cramer
2002-07-07 15:35                   ` Per Bothner
     [not found]             ` <5.0.2.1.2.20020703085953.026d4b80@zima.bbn.com>
2002-07-03 14:10               ` Chris Bitmead
2002-06-28  8:11 Jan Nieuwenhuizen
2002-06-28 22:14 ` David Lane
  -- strict thread matches above, loose matches on Subject: below --
2002-06-27 14:14 Chris Bitmead

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='afuuj7$nmp$2@main.gmane.org' \
    --to=kanderson@bbn.com \
    --cc=guile-devel@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=timhickey@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).