PDA

View Full Version : A real-world O'Caml program


GnuVince
10-20-2002, 05:47 PM
http://www.nongnu.org/mldonkey/

mldonkey is a clonde of eDonkey, a file sharing program à la gnutella I think. This program has a GTK+ GUI. Definitly a nice addition to the hump of O'Caml applications!

http://www.scireview.de/ia/mld.png

file13
10-21-2002, 11:33 AM
nice! ya know, that's an interesting idea for implementing the GUI on multiple platforms--i.e. just writing a console based version and a GUI wrapper in another language.

although the new GTK+ bindings for ocaml are supposed to work on windows. has anyone tried?