概要
公式サイト
http://caml.inria.fr/download.html
関連サイト
インストール
Getting Started with OCaml on Mac OS X
objective-c-caml-bridge - Project Hosting on Google Code
学習
Developing applications with Objective Caml
上記の翻訳(一部) http://www.kb.ecei.tohoku.ac.jp/~sumii/ocamlbook/book-ora.pdf
プログラミングの基礎 (Computer Science Library): 浅井 健一: 本
emacs
find . -name "*.ml*" | sort -r | xargs \ etags "--regex=/let[ \t]+\([^ \t]+\)/\1/" \ "--regex=/let[ \t]+rec[ \t]+\([^ \t]+\)/\1/" \ "--regex=/and[ \t]+\([^ \t]+\)/\1/" \ "--regex=/type[ \t]+\([^ \t]+\)/\1/" \ "--regex=/exception[ \t]+\([^ \t]+\)/\1/" \ "--regex=/val[ \t]+\([^ \t]+\)/\1/" \ "--regex=/module[ \t]+\([^ \t]+\)/\1/"
利用方法
/caml/japanese.html: Caml で日本語を使う
その他
http://code.google.com/p/nacl-ocaml/
参考サイト
M.Hiroi's Home Page / Functional Programming お気楽 Standard ML of New Jersey 入門
Syntax extension for Monads in Ocaml