Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds "More Ocaml" to learn/books #657

Merged
merged 2 commits into from
May 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added site/img/more-ocaml-300-376.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions site/learn/books.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,29 @@ and hints.

****

### More OCaml: Algorithms, Methods & Diversions
<img src="/img/more-ocaml-300-376.png" width="180" style="float: left; margin-right: 15px; margin-bottom: 15px;"></img>

*John Whitington*

In "More OCaml" John Whitington takes a meandering tour of functional
programming with OCaml, introducing various language features and describing
some classic algorithms. The book ends with a large worked example dealing with
the production of PDF files. There are questions for each chapter together with
worked answers and hints.

"More OCaml" will appeal both to existing OCaml programmers who wish to brush up
their skills, and to experienced programmers eager to explore functional
languages such as OCaml. It is hoped that each reader will find something new,
or see an old thing in a new light. For the more casual reader, or those who are
used to a different functional language, a summary of basic OCaml is provided at
the front of the book.

[Book Website](http://ocaml-book.com/more-ocaml-algorithms-methods-diversions/) |
[Amazon](http://www.amazon.com/gp/product/0957671113)

****

### Unix System Programming in OCaml
<img src="/img/default.png" width="180" style="float: left; margin-right: 15px; margin-bottom: 15px;"></img>

Expand Down