What's a stupidly simple way to compile an OCaml project?

Posted by Jason Baker on Stack Overflow See other posts from Stack Overflow or by Jason Baker
Published on 2009-09-27T13:01:27Z Indexed on 2010/05/23 19:10 UTC
Read the original article Hit count: 251

I'm toying around with OCaml. The first thing I want to know how to do is build an OCaml project. Right now, I just want something stupidly simple since I'm just learning. Could anyone point me towards a build system along with a "hello world" type example for using that build system?

© Stack Overflow or respective owner

Related posts about compiler

Related posts about ocaml