I would like to embed openGL graphics in开发者_开发百科 a GTK program in OCaml. Do you have any ideas on how to do this?
In Ocaml I\'m struggling with subclassing and types: class super = object (self) method doIt = ... end; class sub =
For debugging purposes I\'d like to have a function in O开发者_Python百科Caml that converts to string arbitrary type, the debugger currently has one, but it\'d be cool to have one.
An Ocaml interpreter app was put up on iTunes last November.I\'ve done some Haskell programming, and briefly looked into Ocaml at one time, but never really became acquainted with it.I have a new iPad
I\'ve been playing with OCaml recently, and promptly did my favourite thing to check how well developed a VM/Compiler really is, and wrote a recursive Program:
I have a failure Marshaling a data structure (error abstract type (Custom)). There is one known abstract type in use, namely开发者_JS百科 Big_int. However that Marshals fine. There is no custom C code
I am just curious if there are any (first order polymorphic only) optimisations with folds. For maps, there\'s deforestation开发者_运维知识库: map g (map f ls) => map (g . f) ls, and rev (map f ls
I\'m currently trying to write a procedure in PL/Python to perform a conversion of some data, then return the result as a bytea. (it\'s quite ugly, actually: marshalling the data in OCaml! Ugly in Pyt
The problem One problem I\'m having is bringing the types and vals of two module into a new combined module. I\'ll give an example. Currently I have the following two type signatures
To be honest, I don\'t know much about OCaml\'s object system. The following snippet illustrates my problem: