From: Russell Wallace
Subject: Good Windows editor for Lisp?
Date: 
Message-ID: <3f71a31b.78007584@news.eircom.net>
Can anyone suggest a good editor for editing Lisp (specifically
Scheme, since there are Java versions of it available, but I'd imagine
Scheme and Common Lisp have the same requirements in this context) in
Windows? Preferably a native Windows editor rather than a Unix port
(not Emacs please :)).

Thanks,

-- 
"Sore wa himitsu desu."
To reply by email, remove
the small snack from address.
http://www.esatclear.ie/~rwallace

From: OCID
Subject: Re: Good Windows editor for Lisp?
Date: 
Message-ID: <bkschn$c9n$1@mozo.cc.purdue.edu>
Well Emacs with Ilisp is the best available even on windows and a
Google search will show you how to ideally set it up. If you are using
Scheme, you could just download DrScheme and use that. Its a
pretty decent environment. There is also an editor called Jabberwocky
but I have'nt had luck with it and its written in *blech* Java.


"Russell Wallace" <················@eircom.net> wrote in message
······················@news.eircom.net...
> Can anyone suggest a good editor for editing Lisp (specifically
> Scheme, since there are Java versions of it available, but I'd imagine
> Scheme and Common Lisp have the same requirements in this context) in
> Windows? Preferably a native Windows editor rather than a Unix port
> (not Emacs please :)).
>
> Thanks,
>
> --
> "Sore wa himitsu desu."
> To reply by email, remove
> the small snack from address.
> http://www.esatclear.ie/~rwallace
From: frr
Subject: Re: Good Windows editor for Lisp?
Date: 
Message-ID: <9ph3nvs3oami7bkug8ngrjkmcrsr5ar9bi@4ax.com>
On Wed, 24 Sep 2003 14:01:21 GMT, ················@eircom.net (Russell
Wallace) wrote:

>Can anyone suggest a good editor for editing Lisp (specifically
>Scheme, since there are Java versions of it available, but I'd imagine

Try DrScheme or EdScheme.
From: Doug Tolton
Subject: Re: Good Windows editor for Lisp?
Date: 
Message-ID: <8v04nv4cu5jecdgk7mmo842oanj3n9uenv@4ax.com>
On Wed, 24 Sep 2003 14:01:21 GMT, ················@eircom.net (Russell
Wallace) wrote:

>Can anyone suggest a good editor for editing Lisp (specifically
>Scheme, since there are Java versions of it available, but I'd imagine
>Scheme and Common Lisp have the same requirements in this context) in
>Windows? Preferably a native Windows editor rather than a Unix port
>(not Emacs please :)).
>
>Thanks,

Well since you are looking for a Scheme editor you might also want to
try comp.lang.scheme, I'm sure they have their preferences for a good
Scheme editor.

Personally I prefer Emacs, yes even on windows, to pretty much
anything else I've tried.  Out of curiosity, have you actually tried
to learn emacs, or do you simply not like it because you've heard it's
just a Unix port?


Doug Tolton
(format t ···@~a~a.~a" "dtolton" "ya" "hoo" "com")
From: Russell Wallace
Subject: Re: Good Windows editor for Lisp?
Date: 
Message-ID: <3f7463ae.150142660@news.eircom.net>
On Wed, 24 Sep 2003 20:53:47 GMT, Doug Tolton <·······@yahoo.com>
wrote:

>Well since you are looking for a Scheme editor you might also want to
>try comp.lang.scheme, I'm sure they have their preferences for a good
>Scheme editor.

Yep, have done!

>Personally I prefer Emacs, yes even on windows, to pretty much
>anything else I've tried.

Fair enough.

>Out of curiosity, have you actually tried
>to learn emacs, or do you simply not like it because you've heard it's
>just a Unix port?

The former.

-- 
"Sore wa himitsu desu."
To reply by email, remove
the small snack from address.
http://www.esatclear.ie/~rwallace
From: d2003xx
Subject: Re: Good Windows editor for Lisp?
Date: 
Message-ID: <3dd5593c.0309262319.35936827@posting.google.com>
················@eircom.net (Russell Wallace) wrote in message news:<·················@news.eircom.net>...
> Can anyone suggest a good editor for editing Lisp (specifically
> Scheme, since there are Java versions of it available, but I'd imagine
> Scheme and Common Lisp have the same requirements in this context) in
> Windows? Preferably a native Windows editor rather than a Unix port
> (not Emacs please :)).

Uhhh... It's not hard to use xemacs on windows. See
http://www.xemacs.org
It has a setup-like installer, and comes with many packages so that
you don't need to grab them manually.

You may also want unix tools for windows:
http://nicorey.free.fr/tools/
Just unpack it to a folder and put the path in environment variable
"PATH", before "%SystemRoot%\system32" or "C:\Windows\..." (it's
needed to override some CLI tools provided by windows, such as "find")