Dynamic Caml
Dynamic Caml is a high-level run-time code generation library for Objective Caml.
Implementation is based on an abstract polymorphic type 'a code and function eval : 'a code -> 'a that evaluates it. We introduce various constructors for the code type. All types within dynamically generated code are statically checked at programs compile time.
[ Homepage ]
| Author: | Dmitry Lomov and Anton Moskal. |
| Last modification date: | 16-May-2002 |
| Version: | 0.2 |
| Development status: | Alpha |
| Kind: | Applications written in Caml :: Scientific software |
| License: | Open Source :: GPL |
| Topic: | Programming languages :: Compilers |
| Homepage: | http://oops.tepkom.ru/dml/ |