Real World OCaml

Real World OCaml
Author: Yaron Minsky
Publisher: "O'Reilly Media, Inc."
Total Pages: 739
Release: 2013-11-04
Genre: Computers
ISBN: 1449324754


Download Real World OCaml Book in PDF, Epub and Kindle

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
Language: en
Pages: 739
Authors: Yaron Minsky
Categories: Computers
Type: BOOK - Published: 2013-11-04 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book�
Real World OCaml
Language: en
Pages: 509
Authors: Yaron Minsky
Categories: Computers
Type: BOOK - Published: 2013-11-04 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book�
Real World OCaml
Language: en
Pages: 450
Authors: Jason Hickey
Categories: Computers
Type: BOOK - Published: 2013-04-15 - Publisher: O'Reilly Media, Incorporated

GET EBOOK

Learn how to solve day-to-day problems in data processing, numerical computation, system scripting, and database-driven web applications with the OCaml multi-pa
OCaml from the Very Beginning
Language: en
Pages: 204
Authors: John Whitington
Categories: OCaml (Computer program language)
Type: BOOK - Published: 2013 - Publisher: Coherent Press

GET EBOOK

In OCaml from the Very Beginning John Whitington takes a no-prerequisites approach to teaching a modern general-purpose programming language. Each small, self-c
Functional Programming Using F#
Language: en
Pages: 375
Authors: Michael R. Hansen
Categories: Computers
Type: BOOK - Published: 2013-05-13 - Publisher: Cambridge University Press

GET EBOOK

"1. Getting started In this chapter we will introduce some of the main concepts of functional programming languages. In particular we will introduce the concept