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: | -- (:) |
| From: | Kuba Ober <kuba@m...> |
| Subject: | Re: [Caml-list] Teaching ocaml programming |
On Saturday 11 October 2008, Andrej Bauer wrote: > If you can get Camelia to work properly with Qt4 you will do us all a > big favor! Thanks. > > For teaching purposes the bytecode version of Ocaml should suffice. I'm ~50% through rather mechanical refactoring/porting of the code. This means that once I'm done with that and it compiles, there should be about twice that much work left in actually getting it working again (or so I hope). I have no up-front expectations as to how well QProcess will play with non-Cygwin builds, and also with Cygwin builds too. I plan to support native (VS/mingw) and Cygwin OCaml builds. I'm compiling it "cleanly" -- this means no Qt3 support. Cheers, Kuba