There are always great suggestions here at Perlmonks on what Perl references to use. I sometimes see pointers to other materials as well, often ones I'd already be quick to point out.
I like to point people to Knuth's books, W. Richard Stevens's books,
The Practice of Programming by Kernighan and Pike,
The Mythical Man Month by Brooks, the Aho, Sethi, and Ullman's
"Dragon Book", Friedl's
Mastering Regular Expressions, Reiman and Cooper's
About Face, Schneier's texts about cryptography, Steele's
Common Lisp, The Language, and Michael Scott's
Programming Language Pragmatics depending upon what they are wanting to know and in what depth. I've found that the compiler books are good for more than just writing compilers, and the Lisp book is informative for those using other languages.
What I was wondering is what references, in book form or otherwise, do other monks depend upon or recommend to others which don't necessarily have anything to do with Perl but which could be helpful to people using Perl or to programmers in general?
Update: added ISBN links to specific books mentioned.
Christopher E. Stith
use coffee;
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.