Jason Hickey is a Software Engineer at Google Inc. in Mountain View, California. He is part of the team that designs and develops the global computing infrastructure used to support Google services, including the software systems for managing and scheduling massively distributed computing resources. Prior to joining Google, Jason was an Assistant Professor of Computer Science at Caltech, where his research was in reliable and fault-tolerant computing systems, including programming language design, formal methods, compilers, and new models of distributed computation. He obtained his PhD in Computer Science from Cornell University, where he studied programming languages. He is the author of the MetaPRL system, a logical framework for design and analysis of large software systems; OMake, an advanced build system for large software projects. He is the author of the textbook, An Introduction to Objective Caml (unpublished).
Anil Madhavapeddy is a Senior Research Fellow at the University of Cambridge, based in the Systems Research Group. He was on the original team that developed the Xen hypervisor, and helped develop an industry-leading cloud management toolstack written entirely in OCaml. This XenServer product has been deployed on hundreds of thousands of physical hosts, and drives critical infrastructure for many Fortune 500 companies. Prior to obtaining his PhD in 2006 from the University of Cambridge, Anil had a diverse background in industry at Network Appliance, NASA and Internet Vision. In addition to professional and academic activities, he is an active member of the open-source development community with the OpenBSD operating system, is co-chair of the Commercial Uses of Functional Programming workshop, and serves on the boards of startup companies such as Ashima Arts where OCaml is extensively used.
Yaron Minsky heads the Technology group at Jane Street, a proprietary trading firm that is the largest industrial user of OCaml. He was responsible for introducing OCaml to the company and for managing the company's transition to using OCaml for all of its core infrastructure. Today, billions of dollars worth of securities transactions ow each day through those systems. Yaron obtained his PhD in Computer Science from Cornell University, where he studied distributed systems. Yaron has lectured, blogged and written about OCaml for years, with articles published in Communications of the ACM and the Journal of Functional Programming. He chairs the steering committee of the Commercial Users of Functional Programming, and is a member of the steering committee for the International Conference on Functional Programming.
0 有用 到此一游 e/acc 2015-10-09 13:56:53
最后干活还得是ocaml和erlang,haskell只能自娱自乐;
0 有用 CHUN 2022-11-08 22:05:38 上海
看的第二版http://dev.realworldocaml.org/index.html,例子不太好,内容组织也需要调整一下。
1 有用 will 2013-10-14 11:22:05
OCaml就没像样的书,但这是不多的一本,很全面。初学者还有OCaml from the Very Beginning。The Functional Approach to Programming也不错。
1 有用 三叶秋 2020-03-23 07:48:29
讲真的,五五开……这本书光读的时候还行,真的实际用的时候就会发现其中的例子给你埋了多少坑。Functor和module的介绍都挺有问题,module在OCaml里同时充当编译单元,namespace,stateful instance三个角色,不掌握好这个几乎无法编程……Functor的例子过于粗浅,没有展示出Functor的优点和局限。 其实很多库都得去参照最大的FP语言Haskell的文档,像... 讲真的,五五开……这本书光读的时候还行,真的实际用的时候就会发现其中的例子给你埋了多少坑。Functor和module的介绍都挺有问题,module在OCaml里同时充当编译单元,namespace,stateful instance三个角色,不掌握好这个几乎无法编程……Functor的例子过于粗浅,没有展示出Functor的优点和局限。 其实很多库都得去参照最大的FP语言Haskell的文档,像常用的s-expr,camlp4和ppx基本上是要直接去读开发文档…… (展开)
0 有用 西瓜西瓜我爱你 2020-03-07 20:50:35
好书是好书,可惜很多库的接口老了没有更新,但是不影响理解OCaml的设计哲学。
0 有用 CHUN 2022-11-08 22:05:38 上海
看的第二版http://dev.realworldocaml.org/index.html,例子不太好,内容组织也需要调整一下。
0 有用 ϱ 2020-07-04 11:21:13
全书引三方库Core醉了醉了,只能自己试错找到那些非三方的内容
0 有用 E-Neo 2020-04-20 21:01:46
以前看过,不过 OCaml 除了 Coq 好像真没什么前途,Rust 应该继承了不少 OCaml.
1 有用 三叶秋 2020-03-23 07:48:29
讲真的,五五开……这本书光读的时候还行,真的实际用的时候就会发现其中的例子给你埋了多少坑。Functor和module的介绍都挺有问题,module在OCaml里同时充当编译单元,namespace,stateful instance三个角色,不掌握好这个几乎无法编程……Functor的例子过于粗浅,没有展示出Functor的优点和局限。 其实很多库都得去参照最大的FP语言Haskell的文档,像... 讲真的,五五开……这本书光读的时候还行,真的实际用的时候就会发现其中的例子给你埋了多少坑。Functor和module的介绍都挺有问题,module在OCaml里同时充当编译单元,namespace,stateful instance三个角色,不掌握好这个几乎无法编程……Functor的例子过于粗浅,没有展示出Functor的优点和局限。 其实很多库都得去参照最大的FP语言Haskell的文档,像常用的s-expr,camlp4和ppx基本上是要直接去读开发文档…… (展开)
0 有用 西瓜西瓜我爱你 2020-03-07 20:50:35
好书是好书,可惜很多库的接口老了没有更新,但是不影响理解OCaml的设计哲学。