This fast-moving tutorial introduces you toOCaml, an industrial-strength programming language designed for expressiveness,safety, and speed. Through the book’s many examples, you’ll quickly learn howOCaml stands out as a tool for writing fast, succinct, and readable systemscode.
Real World OCaml takes you through the concepts of the language at a briskpace, and then helps you explore the tools and techniques that make OCaml aneffective and practical tool. In the book’s third section, you’ll delve deepinto the details of the compiler toolchain and OCaml’s simple and efficientruntime system.
Learn the foundations of the language, such as higher-order functions, algebraic data types, and modules
Explore advanced features such as functors, first-class modules, and objects
Leverage Core, a comprehensive general-purpose standard library for OCaml
Design effective and reusable libraries, making the most of OCaml’s approach to abstraction and modularity
Tackle practical programming problems from command-line parsing to asynchronous network programming
Examine profiling and interactive debugging techniques with tools such as GNU gdb