Real World OCaml

Real World OCaml
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 618
Release :
ISBN-10 : 9781449324759
ISBN-13 : 1449324754
Rating : 4/5 (59 Downloads)

Book Synopsis Real World OCaml by : Yaron Minsky

Download or read book Real World OCaml written by Yaron Minsky and published by "O'Reilly Media, Inc.". This book was released on 2013-11-04 with total page 618 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Related Books

Types in Compilation
Language: en
Pages: 320
Authors:
Categories: Compiling (Electronic computers)
Type: BOOK - Published: 1998 - Publisher:

DOWNLOAD EBOOK

Modern Compiler Implementation in ML
Language: en
Pages: 673
Authors: Andrew W. Appel
Categories: Computers
Type: BOOK - Published: 2004-07-08 - Publisher: Cambridge University Press

DOWNLOAD EBOOK

This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representation
Crafting Interpreters
Language: en
Pages: 1021
Authors: Robert Nystrom
Categories: Computers
Type: BOOK - Published: 2021-07-27 - Publisher: Genever Benning

DOWNLOAD EBOOK

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience
Introduction to Compilers and Language Design
Language: en
Pages: 248
Authors: Douglas Thain
Categories: Computers
Type: BOOK - Published: 2016-09-20 - Publisher: Lulu.com

DOWNLOAD EBOOK

A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a
Essentials of Compilation
Language: en
Pages: 241
Authors: Jeremy G. Siek
Categories: Computers
Type: BOOK - Published: 2023-02-21 - Publisher: MIT Press

DOWNLOAD EBOOK

A hands-on approach to understanding and building compilers. Compilers are notoriously some of the most difficult programs to teach and understand. Most books a