22 Jan
2010
22 Jan
'10
7:51 p.m.
Hello. I've managed to pull together, in my scarce free time, an OCaml binding for MonetDB. It is now working and I have written a very simple MAL client for an embedded database:
yziquel@seldon:~/git/ocaml-monetdb5$ utils/malclient.native io.print(1); 1 io.print(2); 2
I've got a small question concerning MAL. As I see it, MAL is currently a human-readable language. Is there somewhere in the MonetDB system a place where it is compiled to a more space-efficient representation? Or is interpreted as such? All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/