Browse thread
AGI research using ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | pierre.chambart <pierre.chambart@l...> |
| Subject: | Re: [Caml-list] AGI research using ocaml |
If I understand correctly the problem, that is generate code and execute it quickly, the best approach should be to use metaocaml. Moreover, your generated code will be type safe. http://www.metaocaml.org/ and the new implementation is available here: http://okmij.org/ftp/ML/ber-metaocaml.tar.gz -- Pierre