Re: Learning LISP from scratch
- From: Carlo Capocasa <theman@xxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Sep 2007 15:55:00 +0200
Hi Sato!
I just started doing the same thing about a week ago and progressed
from 'Hello, World!' to something that helps me with remote editing.
I chose Steele Bank Common Lisp as my implementation because it had
the freshest feel of the lot.
-- Installation Help --
I just downloaded and expanded the SBCL i86 linux binaries it to
some directory in my home dir and symlinked the sbcl executale to ~/bin.
-- Hello, World! --
A way to create a small "Hello, World!" executable.
-> http://ww.telent.net/lisp/according_to/hello-world.html
-- IDE ---
Not following the advice of those more experienced than me, I
chose to stick with gedit for now. One way to run simple
applications with SBCL is to do
sbcl --noprint --userinit file.lisp
An alternative is to use the usual Emacs IDE.
-> http://www.gigamonkeys.com/book/
-> "2. Lather, Rinse Repeat"
-- Great Language Introduction --
http://lib.store.yahoo.net/lib/paulgraham/acl2.txt
-- Great Language Reference --
-> http://snipurl.com/lispref
-- Further Language Reading --
http://www.gigamonkeys.com/book/
-- Programming Style and Technique --
http://www.paulgraham.com/onlisptext.html
Of course there's always more, but this was enough
to get me started fairly well.
Also, please feel free to ask me, this stuff is still fresh in my mind.
Carlo
Sato wrote:
Hi,.
What kind of tutorial do you guys suggest I use when learning lisp.
Also I noticed there are several flavors of LISP out there...which
should I start with?
- Follow-Ups:
- Re: Learning LISP from scratch
- From: Edi Weitz
- Re: Learning LISP from scratch
- References:
- Learning LISP from scratch
- From: Sato
- Learning LISP from scratch
- Prev by Date: Qi vs. SPAD/Aldor?
- Next by Date: Re: Alternative to (floor (/ num denom))???
- Previous by thread: Re: Learning LISP from scratch
- Next by thread: Re: Learning LISP from scratch
- Index(es):
Relevant Pages
|