vote up 3 vote down star

why's (poignant) guide showed me that programming could be a fun and creative act

The things I particularly like about the book:

  • Metaphors for concepts and syntax that really stick in your mind, and make reading code fun (hey, I recognise that guy!)
  • Irreverent examples that are far removed from 'business logic' (text adventures, etc.)

Any similar books for PHP, or other C-like languages?

flag

77% accept rate

3 Answers

vote up 5 vote down check

Check out the Head First series from O'Reilly. I've not seen the Why's (Poignant) Guide to Ruby, so I can't comment on the similarities. However, the Head First series are the closest I've seen to making learning programming concepts enjoyable and easy reading. There's a PHP and MySQL book and several others you may be interested in.

link|flag
Thanks, I know the Head First books. The SQL one is good. Though, the Head First books read like they're written by ex-hippies (which is fine), whereas why's books is written like an artist. I guess I'm missing that punk aesthetic :) – htxt Oct 16 '08 at 13:53
vote up 0 vote down

Programming Pearls by Jon Bentley

Elements of Programming Style by Kernighan and Plauger


A little further afield:

Starting Forth by Leo Brodie

A FORTRAN Coloring Book by Roger Kaufman

link|flag
vote up 1 vote down

Learn You a Haskell for Great Good!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.