Real World Ocaml Functional Programming For The Masses

Download Real World Ocaml Functional Programming For The Masses PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Real World Ocaml Functional Programming For The Masses book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Real World OCaml: Functional Programming for the Masses

Author: Anil Madhavapeddy
language: en
Publisher: Cambridge University Press
Release Date: 2022-10-13
This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book's many examples, you'll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code using functional programming. Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. You'll also delve deep into the details of the compiler toolchain and OCaml's simple and efficient runtime system. This second edition brings the book up to date with almost a decade of improvements in the OCaml language and ecosystem, with new chapters covering testing, GADTs, and platform tooling. This title is also available as open access on Cambridge Core, thanks to the support of Tarides. Their generous contribution will bring more people to OCaml.
Real World OCaml

Author: Yaron Minsky
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2013-11-04
This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code. Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime 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
Real World OCaml: Functional Programming for the Masses

Author: Anil Madhavapeddy
language: en
Publisher: Cambridge University Press
Release Date: 2022-10-13
A pragmatic guide that takes you from the basics of OCaml language to an understanding of type-system, toolchain, and runtime.