Hackers & Painters

For the Compleat Fan
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Hackers & Painters

Post by newdep »

Hackers & Painters

A new book by Paul Graham, Big ideas from the computer age.

More info -> www.paulgraham.com

## Norman ##
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Got it some weeks ago. As always a good reading from Paul Graham.

Now waiting for the next book: Practical Common Lisp

http://www.gigamonkeys.com/book/
Hans-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I just received the book today and just finshed the first chapter.. I like the way Graham looks at things (more with a scientific look) Im currious what the book will bring next...
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Practical Common Lisp just arrived.
Have to spent some time reading now.
A very good addition to the lisp book shelf!

;-)
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Be careful, many things in Common Lisp work very different from newLISP, and generally the programming style in newLISP is different, i.e.: less recursion and 'cons'.

The permuation function shown on this forum yesterday is an exception to the rule when it came out very similar to the Common Lisp original. The book is well written and interetsting to read, but I doubt it helps much to improve programming skills in newLISP.

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

:-)
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Quite amusing reviews for 'Practical Common Lisp' on:

http://developers.slashdot.org

;-)
Hans-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Nice interviews !! --> http://www.itconversations.com/

Post by newdep »

Nice interviews !! --> http://www.itconversations.com/
Also Paul Graham is included about his book.

Norman.
-- (define? (Cornflakes))

Locked