Live data from Hacker News

Ask HN: What are the best textbooks in your field of expertise?

news.ycombinator.com

51–60 of 281 posts

Re: Ask HN: What are the best textbooks in your field of expertise?

#52

In functional programming: [0] The Structure and Interpretation of Computer Programs [1] The_Little_Schemer [2] Programming in Haskell - Graham Hutton [3] Types and Programming Languages-Benjamin C. Pierce --- PDFS [0]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [1]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [2]( https://github.com/allenleein/brains/blob/master/Zen-of-Fu…

On top Scala programming books see: http://www.aioptify.com/top-scala-books.php

On Erlang programming books see the following list: http://www.aioptify.com/top-erlang-programming-books.php

Re: Ask HN: What are the best textbooks in your field of expertise?

#53
Not really a textbook, but the National Confidential Inquiry into Suicide and Homicide by MH Patients releases an annual report which is very good: https://sites.manchester.ac.uk/ncish/

And the Office for National Statistics releases detailed data on suicide in the UK: https://www.ons.gov.uk/peoplepopulationandcommunity/birthsde...

Re: Ask HN: What are the best textbooks in your field of expertise?

#54
In econometrics / empirical social science:

- Mostly Harmless Econometrics by Joshua Angrist and Jorn Steffan Piscke

- Causal Inference for Statistics, Social, and Biomedical Sciences by Guido Imbens and Donald Rubin

- Data Analysis using Regression and Multilevel Models by Andrew Gelman and Jennifer Hill

Re: Ask HN: What are the best textbooks in your field of expertise?

#56

Can you recommend _one_ good book that covers Primate biology?

My favorite books contain vividly detailed descriptions of primate biology but unfortunately, none of them are safe for work.

I would also like to know if there is a good book that covers primate biology. I had no idea it was possible to write a _good_ book about an entire order of creatures.

Re: Ask HN: What are the best textbooks in your field of expertise?

#60

Options, Futures and Other Derivatives is basically a Bible. https://www.amazon.com/gp/aw/d/013447208X/ref=dp_ob_neva_mob...

Ha, at first I thought it's about functional programming. :-)

Optional types and futures are both important and useful examples of monads—in the “container” and “action” interpretations, respectively; and derivatives are the method of constructing zippers, which are an accessible example of comonads, as well as a useful method of constructing other things like parsers, so these are actually pretty solid concepts for a functional programmer—whether in Haskell or otherwise. I would totally buy that book. :)
Post reply on HN