From: Jon Harrop Date: 2006-08-03T21:35:06+09:00 Subject: Re: For performance, write it in OCaml Peter Hickman wrote: > I only have this on my box. > > [peterhickman]$ ocaml -version > The Objective Caml toplevel, version 3.09.2 > > Is this good enough for the version you wrote? You probably also have: $ ocamlopt -v The Objective Caml native-code compiler, version 3.09.2 Standard library directory: /usr/lib/ocaml/3.09.2 In which case you just do: $ ocamlopt latin.ml -o latin $ time ./latin >/dev/null -- Dr Jon D Harrop, Flying Frog Consultancy Objective CAML for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists