is there a e开发者_开发知识库val function in ML?ML is really just a dialect, but no ML implementation that I\'ve used (OCaml, F#) has eval as far as I know.This makes sense as ML uses strict typing (t
How can I determine the mime-type of a file (in OCaml)? I am tryin开发者_StackOverflowg to set the language for a GtkSourceView control, but to do that, I need to first determine the language.The onl
Trying to build the OCaml Win32 API binaries for OCaml 3.11.0 on Win 7 and I consistently get a message when I try 开发者_开发百科nmake dynamic: \'cannot open input file \"ocamlrun.lib\"\'.My google s
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m trying to write somethin开发者_如何学JAVAg like this: type \'a \'b xxx = {aaa: \'a: bbb: \'b: ccc: int};;
I\'m OCaml newbie and I\'m trying to write a simple OCaml-like grammar, and I can\'t figure this out. My grammar allows something like this:
i\'m trying to learn ocaml right now and wanted to start with a little program, generating all bit-combinations:
When looking at F#, Ocaml and other functional language code e开发者_开发知识库xamples I notice that the let keyword is used very often.
I\'m looking for an implementation to the Minimum Cost Flow graph problem in OCaml. OCaml library ocamlgraph has Goldberg algorithm implementation.
I\'m trying to work out how to use ocamlfind to compile a C li开发者_运维问答brary and an OCaml executable using that C library.