logo
分类于: 云计算&大数据 互联网

简介

Real World OCaml: Introduction to a Flexible and Concise Programming Language

Real World OCaml: Introduction to a Flexible and Concise Programming Language 9.2分

资源最后更新于 2020-10-28 12:16:01

作者:Jason Hickey

出版社:O'Reilly Media

出版日期:2013-01

ISBN:9781449323912

文件格式: pdf

标签: OCaml FP 函数式编程 函数式语言 Programming 计算机 编程 ML

简介· · · · · ·

Learn how to solve day-to-day problems in data processing, numerical computation, system scripting, and database-driven web applications with the OCaml multi-paradigm programming language. This hands-on book shows you how to take advantage of OCaml’s functional, imperative, and object-oriented programming styles with recipes for many real-world tasks.

You’ll start with OCaml ba...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Sample Topics
An overview of what makes OCaml such a pragmatic language.
A guided tour through expressions, functions, pattern-matching and algebraic data types.
Error handling techniques with exceptions and optional types.
Programming with mutation and pure functions.
Synchronous and Concurrent I/O for event-driven servers.
Functors and first-class modules, and when to use them.
Syntax extensions and constructing Domain Specific Languages.
Tips and tricks for tuning and profiling the runtime system.
Object-oriented programming in the ML-style.
RESTful API access and common web programming idioms.