Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are your niche books... something which would only be read by few good programmers in some specif domain... I am currently reading "Purely Functional DataStructures" and its very good..

share|improve this question
3  
+1 I like the question, but maybe should be Community Wiki? – Dusty Jul 31 '09 at 21:07

10 Answers

Guy Smith-Ferrier's .NET Internationalization book is somewhat niche - although it shouldn't be... almost everyone needs to be aware of i18n issues at some point.

share|improve this answer
Not necessarily on .NET, though, although it's a good book. I did use it as a reference when porting some of our apps to Japanese, though. – David Thornley Jul 31 '09 at 19:52

The Visual Display of Quantitative Information is excellent for inspiration if you do a lot of distilling data into charts and graphs.

share|improve this answer
everyone who does anything more cerebral than digging ditches should read this book – dmckee Aug 3 '09 at 23:43

Lisp In Small Pieces

Just a great, great book if you want to know anything about Lisp, Functional Languages, Compilers, or code generation.

share|improve this answer

Would you count "The Little Schemer" as a niche book? It was designed to teach scheme to kids and has pictures and a informal food-related style ;).

share|improve this answer

The Art of UNIX Programming. I'm not even really a Unix programmer (unless you consider OSX Unix) but this book was very inspiring and well written.

Most if not all of it is online here: http://catb.org/esr/writings/taoup/html/

share|improve this answer
  • Artificial Intelligence for Games a very special book that gives you proved solutions for real life problems in game programming and explains them with good examples and mostly running source code.
share|improve this answer

Petzold's code deserves to be more widely read, especially by people working in higher level enbironments

share|improve this answer

Well if you wanna know, I'm currently reading K&R's The C Programming Language, because after years of doing high level languages such as Java and C# (and also reading Joel's The Perils of JavaSchools), I'm finally understanding concepts on a much lower and deeper level...and yea, I wanna start to dabble with electronics too.

share|improve this answer
2  
Good book, but doesn't seem very 'niche' to me. It's a classic text about a widely used language. – TSomKes Jul 31 '09 at 19:27
yeah, it's not niche. i really think every programmer should read it (it's short!), even if they don't even try the "hello world" – Javier Jul 31 '09 at 19:30

How about reading a book on software development methodology or understandng the concepts of object oriented design or getting in depth into system internals? There are lots of books on these subjects and SO will come to your aid on the best available books.

share|improve this answer

Beginning Logic by E. J. Lemmon. It's a howler.

(I am astonished to find it costs nearly £50 though, given I had this as a prescribed course text for my Philosophy degree. It is dry but it's thought-provoking in terms of your Ps and Qs and whether Percy, being pink, is a pig)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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