From: benjohn@... Date: 2007-06-26T18:58:03+09:00 Subject: Re: [ANN] rocaml: Ruby extensions in Objective Caml Mauricio: *snip* > In the meantime, I don't find the need to register the functions in > OCaml too > onerous, as it's at most one line per method, and the extra degree of > freedom > in the OCaml -> Ruby mapping is quite convenient (I can do e.g. > parameter > reordering with an anonymous function). *snip* :-) Thanks for the reasoned reply. I've got ocaml installed, and I've started reading the manual. It feels somewhat like it is to functional programming as c is to imperative programming at the moment, which is interesting - but could be a useless thought ;-) I don't like the syntax a lot at the moment, but that's just lack of experience. I'm very intregued by the open GL bindings.