Home > Archive > Lisp > October 2004 > LISP resources and text editor
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
LISP resources and text editor
|
|
| Ankit K Srivastava 2004-10-10, 3:56 am |
| Hi,
I'm trying to self-learn LISP. I was wondering if any of you could suggest
any good books and / or websites for such a purpose.
Also, any suggestions for a good text editor for LISP on Windows?
Thanks,
Ankit
| |
|
|
| Pascal Bourguignon 2004-10-10, 3:56 am |
| "Ankit K Srivastava" <ankitks@mail.utexas.edu> writes:
> Hi,
> I'm trying to self-learn LISP. I was wondering if any of you could suggest
> any good books and / or websites for such a purpose.
>
> Also, any suggestions for a good text editor for LISP on Windows?
Start from http://www.cliki.net/Education
and browse a lot from there.
--
__Pascal Bourguignon__ http://www.informatimago.com/
Voting Democrat or Republican is like choosing a cabin in the Titanic.
| |
| Matthew Danish 2004-10-10, 3:56 am |
| "Ankit K Srivastava" <ankitks@mail.utexas.edu> writes:
> I'm trying to self-learn LISP. I was wondering if any of you could suggest
> any good books and / or websites for such a purpose.
* http://www.cliki.net/
* Norvig, Paradigms of AI Programming
* Graham, ANSI Common Lisp
> Also, any suggestions for a good text editor for LISP on Windows?
* http://www.common-lisp.net/project/lispbox
A simple installer for Emacs, SLIME, and CLISP.
* http://www.lispworks.com/
A commercial IDE and compiler. There is a free Personal edition.
--
;; Matthew Danish -- user: mrd domain: cmu.edu
;; OpenPGP public key: C24B6010 on keyring.debian.org
|
|
|
|
|