Document Tree | ||
|
NAVIGATION Programming
Contact |
Ever dreamt that an arbitrary browser can execute your Caml program? JavaCaml is a runtime environment for Caml written in Java, intended to be run as applet within WWW browsers. The JavaCaml interpreter executes the Caml bytecode produced by the Caml compiler. The interpreter is written in Java and normally available as Java bytecode; this means that JavaCaml is an interpreter interpreted by an interpreter. On the one hand, you have the expressive power of Caml for your client programs, on the other hand, these programs run rather slow. |