From: H. <Id...@In...> - 2004-02-25 23:52:08
|
Hi I am a french student, and I have to make an ocaml binding of WxWidget as a project for my university. Ocaml (http://caml.inria.fr/) is a beautiful functionnal (but impure) language, with imperative and objects capabilities, which can be byte-compiled or native-compiled or interpreted, with many and many nice features that make it quiete a nice stuff to study, but, this is not the subject, the subject is that I need an advice: as Ocaml has a very elegant functionnal layer (with side effects, sorry, nobody's perfect), but also an object one, i have to choose between making a functionnal implementation or an object one (or even a mixte one). So the question is:=20 Did you find any problem in implementing it in a pure functionnal style, and could you tell me what are the pros and the cons in doing it this way ?? I thank you in advance Fran=C3=A7ois-Xavier Houard Id...@In... |