From: M Jared Finder
Subject: Re: Good online Lisp tutorials?
Date:
Message-ID: <422c6528_1@x-privat.org>
�rjan Pettersen wrote:
> Hello!
>
> Does anyone have links to good omline tutorials? Googling have given me
> some.
>
> �rjan...
Peter's book (soon to be available in dead tree form as well), is a
great tutorial.
http://gigamonkeys.com/book/
If you're using Emacs, you'll also want to use Slime to get that warm,
fuzzy, IDE feeling.
http://www.cliki.net/SLIME-HOWTO
When learning, I sometimes want to read the actual documentation, so I
can know the exact way a function works. For that, you'll want the
Common Lisp HyperSpec, a hypertext version of the Common Lisp standard.
http://www.lisp.org/HyperSpec/FrontMatter/index.html
-- MJF
>>>>> "Ørjan" == Ørjan Pettersen <········@c2i.net> writes:
Ørjan> Hello! Does anyone have links to good omline tutorials?
Ørjan> Googling have given me some.
Peter Seibel's excellent book makes a great tutorial:
http://gigamonkeys.com/book/
Also:
http://mypage.iu.edu/~colallen/lp/node1.html
A dozen or so tutorials here:
http://www.lisp.org/table/learn.htm
and here (some the same as above):
http://www.lisp.org/alu/res-lisp-education
Also links here:
http://www.apl.jhu.edu/~hall/lisp.html
--
- Keith James <···@sanger.ac.uk> - Human Genetics Informatics -
- The Wellcome Trust Sanger Institute, Hinxton, Cambridge, UK -
�rjan Pettersen <········@c2i.net> writes:
> Does anyone have links to good omline tutorials? Googling have given
> me some.
If you wan't to have som fun while you learn:
http://www.lisperati.com/casting.html
Lykke til
Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
�rjan Pettersen wrote:
> Hello!
>
> Does anyone have links to good omline tutorials? Googling have given me
> some.
>
> �rjan...
cliki is also a good place to start, see http://www.cliki.net/index and
http://www.cliki.net/Document
Marc Mertens
Because I am a bit of a newbie to programming my personal favourite is
'Common Lisp: A Gentle Introduction to Symbolic Computation' available
to download at http://www-2.cs.cmu.edu/%7Edst/LispBook/
Hope this helps.