Re: Need some help.
- From: Slobodan Blazeski <slobodan.blazeski@xxxxxxxxx>
- Date: Mon, 30 Jul 2007 04:49:47 -0700
On Jul 29, 12:33 pm, "daidon...@xxxxxxxxx" <daidon...@xxxxxxxxx>
wrote:
It's a pleasant time in reading the basic parts of 'Practical
Lisp' (the first twenty-two chapters) as its clear and straightforward
explanasion of every aspect of CL, however, things became difficult
after that.
I mean the 'practical' chapters are not clear enough for me who wants
to get some programming experience from this book and is still not
familiar with some important methods in common lisp program design.
For instance, chapter 24 talks about how to parse an binary file. Even
at the very end of this chapter, i'm still in confusion: why should i
introduce this function, is there any benefit? Why should i choose
this hierarchy of functions/classes?
In my opionion, Common Lisp is a flexible language, there always are
many distinct ways to realize a same function, so i want to know why
when a choice is made. However, from the last several chapters, I can
not get this kind information. It seems that the author payed his
major attention to explan how a function works, and how to extend this
function to fit for the situation.
So, i'd like to learn more books or online material about the
practical usage of lisp or a way to learn. Hope you can help
me...Thanks!
PCL assumes that you're already experienced in some other language and
you just want to get on creating applications with lisp. If you want
something else you should look at below:
1. Gentle introduction to symbolic computation
http://www-cgi.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html
2 Succesfull Common lisp http://www.psg.com/~dlamkins/sl/contents.html
3. Loving lisp http://www.markwatson.com/opencontent/
4. COMMON LISP: An Interactive Approach http://www.cse.buffalo.edu/~shapiro/Commonlisp/
5. interpreting lisp http://www.civilized.com/LispBook/
6. On lisp http://www.paulgraham.com/onlisp.html
All of them available for free . Check them and see if someone fit the
bill.If you want to spend some money than I suggest to look at Grahams
Ansi Common Lisp. Lisp by Winston & Horn might be nice too but I go
less than halfway through so I'm still not ready to comment.
.
- References:
- Need some help.
- From: daidongLY@xxxxxxxxx
- Need some help.
- Prev by Date: Re: How Function Create Variables?
- Next by Date: Re: No Vacancy
- Previous by thread: Re: Need some help.
- Next by thread: clisp screws my enviromnent
- Index(es):
Relevant Pages
|