Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.58 KB

real-world-ocaml.md

File metadata and controls

37 lines (34 loc) · 1.58 KB
title slug description recommendation authors published cover language links difficulty pricing
Real World OCaml
real-world-ocaml
Learn how to solve day-to-day problems in data processing, numerical computation, system scripting, and database-driven web applications with the OCaml multi-paradigm programming language.
This practical book guides through using OCaml for real-world problems in data processing and web applications, covering its various programming styles with real examples. It starts with basics and advances to topics like the module system and foreign-function interface, focusing on efficient coding using the Jane Street core library.
Anil Madhavapeddy
Yaron Minsky
2022-11-23
books/real-world-ocaml.jpg
english
description uri
Read Online
intermediate
free

Learn how to solve day-to-day problems in data processing, numerical computation, system scripting, and database-driven web applications with the OCaml multi-paradigm programming language. This hands-on book shows you how to take advantage of OCaml’s functional, imperative, and object-oriented programming styles with recipes for many real-world tasks.

You’ll start with OCaml basics, including how to set up a development environment, and move toward more advanced topics such as the module system, foreign-function interface, macro language, and the OCaml tools. Quickly learn how to put OCaml to work for writing succinct and readable code.

The code examples in this books uses Jane Street core library.