Live data from Hacker News

Real World OCaml – 2nd Edition (2021)

dev.realworldocaml.org

81–82 of 82 posts

Re: Real World OCaml – 2nd Edition (2021)

#81
post #71

Earlier quoted context omitted.

For the pedagogical purposes of the book, you don't really need Jane Street Base/Core though. Plus it ignores some pretty widespread community libraries (like Lwt) and pushes its own Jane Street version, Async (which incidentally doesn't support Windows). Anyway, this has all been hashed out before.

Yes, I’m aware it’s been hashed out. I was just explaining for the benefit of people not versed in the community why Core is so popular and used in this book, which is focused directly on practical applications of the language.

Like I said, you don't need Jane Street Core for the practical application of the language. Many people who are using OCaml practically are not using JSC.

Re: Real World OCaml – 2nd Edition (2021)

#82
post #24
post #17

An easier introductory book: https://ocaml-book.com/

It was published in 2013, though. Much has changed in terms of tooling, right?

The OCaml Software Foundation recently gave the author a grant to update the code in the book to the latest release of OCaml, 4.14, and release the new version of it online in HTML and PDF versions.

You can read it for free online at https://johnwhitington.net/ocamlfromtheverybeginning/

Post reply on HN