Good projects to learn OCaml and F#

Posted by Yin Zhu on Stack Overflow See other posts from Stack Overflow or by Yin Zhu
Published on 2010-01-07T10:23:52Z Indexed on 2010/03/25 16:33 UTC
Read the original article Hit count: 646

After learning the basic syntax, reading some non-trivial code is a fast way to learn a language. We can also learn how to design a library/software during reading others' code.

I have following lists.

  1. A Chess program in OCaml by Tomek Czajka.

  2. Hal Daumé has written several machine learning libraries in Ocaml. Including decision trees, logistic regression and SVM. All of them are near-production-quality code.

  3. A Chess Game Analysis program in F# in Microsoft Research.

The above three are my favorites. Will you suggest some other sources? General purpose open source software are good, specialized open source like the three I list here are even more welcome.

© Stack Overflow or respective owner

Related posts about ocaml

Related posts about F#