Practical OCaml

Practical OCaml
Title Practical OCaml PDF eBook
Author Joshua B. Smith
Publisher Apress
Pages 466
Release 2008-01-03
Genre Computers
ISBN 1430202440

Download Practical OCaml Book in PDF, Epub and Kindle

Objective Caml (OCaml) is an open source programming language that utilizes both functional and object oriented programming. Practical OCaml teaches Objective Caml in a straightforward manner, teaching all the features of this functional programming language by example. You will learn how to utilize OCaml to create a simple database, do reporting, and create a spam filter. You will also learn how to do complex log file scanning, create your own network servers by creating a ShoutCast server, and create a web crawler. By the book's conclusion, you will be well on your way to creating your own applications with OCaml.

Real World OCaml

Real World OCaml
Title Real World OCaml PDF eBook
Author Yaron Minsky
Publisher "O'Reilly Media, Inc."
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

Handbook of Practical Logic and Automated Reasoning

Handbook of Practical Logic and Automated Reasoning
Title Handbook of Practical Logic and Automated Reasoning PDF eBook
Author John Harrison
Publisher Cambridge University Press
Pages 703
Release 2009-03-12
Genre Computers
ISBN 0521899575

Download Handbook of Practical Logic and Automated Reasoning Book in PDF, Epub and Kindle

A one-stop reference, self-contained, with theoretical topics presented in conjunction with implementations for which code is supplied.

OCaml from the Very Beginning

OCaml from the Very Beginning
Title OCaml from the Very Beginning PDF eBook
Author John Whitington
Publisher Coherent Press
Pages 204
Release 2013
Genre OCaml (Computer program language)
ISBN 0957671105

Download OCaml from the Very Beginning Book in PDF, Epub and Kindle

In OCaml from the Very Beginning John Whitington takes a no-prerequisites approach to teaching a modern general-purpose programming language. Each small, self-contained chapter introduces a new topic, building until the reader can write quite substantial programs. There are plenty of questions and, crucially, worked answers and hints. OCaml from the Very Beginning will appeal both to new programmers, and experienced programmers eager to explore functional languages such as OCaml. It is suitable both for formal use within an undergraduate or graduate curriculum, and for the interested amateur.

Real World OCaml: Functional Programming for the Masses

Real World OCaml: Functional Programming for the Masses
Title Real World OCaml: Functional Programming for the Masses PDF eBook
Author Anil Madhavapeddy
Publisher Cambridge University Press
Pages 513
Release 2022-10-13
Genre Computers
ISBN 100912580X

Download Real World OCaml: Functional Programming for the Masses Book in PDF, Epub and Kindle

A pragmatic guide that takes you from the basics of OCaml language to an understanding of type-system, toolchain, and runtime.

Learn Type-Driven Development

Learn Type-Driven Development
Title Learn Type-Driven Development PDF eBook
Author Yawar Amin
Publisher Packt Publishing Ltd
Pages 168
Release 2018-12-26
Genre Computers
ISBN 1788836499

Download Learn Type-Driven Development Book in PDF, Epub and Kindle

A fast paced guide for JavaScript developers for writing safe, fast, and reusable code by leveraging ResaonML's strong static type system Key FeaturesReduce code errors with the power of type systemsEmploy static typechecking and genericity to promote code reuse and consistencyUnderstand functional programming which is the foundation of type-driven developmentBook Description Type-driven development is an approach that uses a static type system to achieve results including safety and efficiency. Types are used to express relationships and other assumptions directly in the code, and these assumptions are enforced by the compiler before the code is run. Learn Type-Driven Development covers how to use these type systems to check the logical consistency of your code. This book begins with the basic idea behind type-driven development. You’ll learn about values (or terms) and how they contrast with types. As you progress through the chapters, you’ll cover how to combine types and values inside modules and build structured types out of simpler ones. You’ll then understand how to express choices or alternatives directly in the type system using variants, polymorphic variants, and generalized algebraic data types. You’ll also get to grips with sum types, build sophisticated data types from generics, and explore functions that express change in the types of values. In the concluding chapters, you’ll cover advanced techniques for code reuse, such as parametric polymorphism and subtyping. By end of this book, you will have learned how to iterate through a type-driven process of solving coding problems using static types, together with dynamic behavior, to obtain more safety and speed. What you will learnUse static types to capture information, making programs safer and faster Learn ReasonML from experienced type-driven developers Enhance safety by simply using basic types Understand the most important type-driven concepts with simple examples Explore a design space using static typing and find the best way to express your system rules Use static types and dynamic runtime in harmony to write even safer and faster codeWho this book is for If you’re a programmer working with dynamically typed languages and are looking for ways to mitigate production runtime errors, Learn Type-Driven Development is for you. You’ll also find this book helpful if you’re a programmer working with statically typed languages looking for increased safety and improved performance.

Practical Aspects of Declarative Languages

Practical Aspects of Declarative Languages
Title Practical Aspects of Declarative Languages PDF eBook
Author Enrico Pontelli
Publisher Springer
Pages 149
Release 2015-06-13
Genre Computers
ISBN 3319196863

Download Practical Aspects of Declarative Languages Book in PDF, Epub and Kindle

This book constitutes the refereed proceedings of the 17th International Symposium on Practical Aspects of Declarative Languages, PADL 2015, held in Portland, OR, USA, in June 2015. The 10 revised papers presented were carefully reviewed and selected from numerous submissions. The papers cover all forms of declarative concepts, including, functional, logic, constraints, etc.