You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a forum for OCaml software developers, focused on the practical use of OCaml and its interaction with other existing technologies.
|
|
|
Opinion about this implementation of merge sort algorithm
|
| |
Hi,
I'm interested in improve my skills concerning OCaml language. It
should be nice to give me
you opinion about this code. Is it optimal ? Do I respect functionnal
programation style ?
Do you have another implementation to propose ?
Thanks
(*
* return an half list (odd positions)
*)... more »
|
|
ocamlhackers.ning.com is open
|
| |
I couldn't resist creating an OCaml social network at Ning: [link] It's free and easy. Allows you to have your OCaml blog and exclusively OCaml friends. If you like this, join now :-) Martin
|
|
Problems building ocamlnet2
|
| |
I'm having problems building the ocamlnet2 examples, and I'm not sure
if their either broken or I'm not doing it right.
I've downloaded and unzipped ocamlnet-2.2.9, cd'd to the examples/cgi/
netcgi2 directory, and because there's a Makefile there I'm just
trying `make`, but get the following:... more »
|
|
Documenting arguments ?
|
| |
Hi ! Maybe is it a good place to post such a question here ? Not an OCaml specific question, however I'm trying to feed properly the 'doc' field for 'Arg.parse'. Unix command : man man says : bold text type exactly as shown. italic text replace with appropriate argument. [-abc] any or all arguments within [ ] are optional.... more »
|
|
Simple tutorial on linking to/using a C library?
|
| |
Hi all
I'm new to ocaml, but have chosen it for a personal project to make
use of an open-source C library I've found online. I'm not a C/C++
developer, originally learning programming with PHP, and I've very
little experience of ocaml.
Would someone possibly be able to point me in the right direction to a... more »
|
|
Array HAshtbl
|
| |
Hello all,
I have written the following function using for loop ,
which is the reason the output of the function is unit .
However , I want the function to return type list
Here is the code,
let rec get_col tname tdata colname =
let l2 = [] in
let narr = Array.length(List.hd(tdata)) in... more »
|
|
Some opinion about OCAML
   
|
| |
I have encountered to this article about some OCaml experience:
[link]
The author gives an example of arithmetic calculations in OCAML and
scares with weakness of the type-safe programming exceeding it's
benefits.... more »
|
|
GUI library for OCAML
|
| |
Does anybody now the best GUI library for OCAML?
I know GTK, but is there anything else?
|
|
mutually recursive modules
|
| |
hello ocaml-developer,
is it possible to put mutually recursive modules in different files?
For example, if module A needs module B (and vice versa), is it
possible to put each module in its own file?
--Jacques
|
|
|