Programming Languages BooksOCaml Books

Introduction to Objective Caml Programming Language (Jason Hickey)

Introduction to Objective Caml Programming Language (Jason Hickey)

Introduction to Objective Caml Programming Language (Jason Hickey)

This guide is an introduction to ML programming, specifically for the Objective Caml (OCaml) programming language from INRIA. Topics covered includes: Simple Expressions, Variables and Functions, Basic Pattern Matching, Tuples, Lists, and Polymorphism, Unions, Exceptions, Records, Arrays, and Side-Effects, Input and Output, Files, Compilation Units, and Programs, The OCaml Module System, The OCaml Object System.

Author(s):

s102 Pages
Similar Books
The OCaml system by Xavier Leroy

The OCaml system by Xavier Leroy

This PDF covers the following topics related to OCaml : An introduction to OCaml, The OCaml language, The OCaml tools, The OCaml library, Indexes.

s931 Pages
Objective Caml Tutorial

Objective Caml Tutorial

This guide explains the following topics: Structure of OCaml Programs, Modules, Maps, Sets, Hash Tables, Comparison of Standard Containers, Data Types and Matching, Pointers in OCaml, Null Pointers, Asserts, and Warnings, Functional Programming, If Statements, Loops, and Recursion, Labels, Common Error Messages, OCaml Programming Guidelines, Formatting and Wrapping Text, 99 Problems (solved) in OCaml, OCamlbuild, Error handling, Objects, Introduction to Gtk, Garbage Collection, Performance and Profiling, Calling C libraries, Calling Fortran libraries, OCaml and the Web, Standard Library Examples, Setting up OCaml projects with OASIS, Compiling OCaml projects, Command-Line Arguments, File manipulation, Filenames and Extensions, Streams and Stream Expressions.

sNA Pages