Ask HN: What language-agnostic programming books should I read?
61–70 of 344 posts
Re: Ask HN: What language-agnostic programming books should I read?
#62An Introduction to General Systems Thinking. Gerald Weinberg. This book, now over 40 years old, addresses the 'core within the core' of the reality of systems. Unbelievably good, with a very light-hearted tone.
Re: Ask HN: What language-agnostic programming books should I read?
#63https://www.amazon.com/Practice-Programming-Addison-Wesley-P...
Re: Ask HN: What language-agnostic programming books should I read?
#64Re: Ask HN: What language-agnostic programming books should I read?
#65Re: Ask HN: What language-agnostic programming books should I read?
#66* Pragmatic Programmer
* Code Complete
Re: Ask HN: What language-agnostic programming books should I read?
#67Re: Ask HN: What language-agnostic programming books should I read?
#68Abstract:
``` Complexity is the single major difficulty in the successful development of large-scale software systems. Following Brooks we distinguish accidental from essential difficulty, but disagree with his premise that most complexity remaining in contemporary systems is essential. We identify common causes of complexity and discuss general approaches which can be taken to eliminate them where they are accidental in nature. To make things more concrete we then give an outline for a potential complexity-minimizing approach based on functional programming and Codd’s relational model of data. ```
Re: Ask HN: What language-agnostic programming books should I read?
#69Re: Ask HN: What language-agnostic programming books should I read?
#70"Types and Programming Languages" (aka "tapl")
This is one of the few truly language agnostic books on programming. SICP is close, but it is limited in relevance at times due to the limitations of a particular language (Scheme).