Browse thread
Teaching ocaml programming
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-09-26 (13:33) |
From: | Andrej Bauer <Andrej.Bauer@f...> |
Subject: | Re: [Caml-list] Teaching ocaml programming |
Hugo Ferreira wrote: > To make things simpler you may: > 0. Use ocamlbuild projects only. > 1. Prepare ocamlbuild files (tags and myocamlbuild) if necessary. > 2. Provide a workspace with an example project ready for compilation. > 3. Let the students use only one project with various source files. Yes, we do all of this, but unfortunately ocamlbuild under Windows sucks because the trick with symbolic links to executables does not work. Has this been fixed yet? (Also, ocamlbuild assumes bash is in the path, also under Windows.) Best regards, Andrej