Browse thread
ANNOUNCEMENT: JavaCaml
- Gerd Stolpmann
[
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: | Gerd Stolpmann <gerd@d...> |
| Subject: | ANNOUNCEMENT: JavaCaml |
Hi, after two weeks of work I can announce JavaCaml, a reimplementation of the Objective Caml bytecode interpreter in Java. As you expect after this introduction, JavaCaml is slow, it is even very slow. But it is still usable for many purposes that only want to provide a user interface for a background service. My motivation to program JavaCaml was to have an alternative for these bad server-side applications, hacked in some of these fashionable languages that can do anything even without concept. As being a client-side runtime environment it is in JavaCaml no problem to preserve the current state, and because of the high-level language facilities of Ocaml it is possible to make user interfaces for structures that are more complicated than simple lists. I have made a homepage with much more information about JavaCaml, the sources, and even two demos: http://people.darmstadt.netsurf.de/Gerd.Stolpmann/javacaml The current interpreter should be considered as experimental and does currently not support all OCaml features. In detail, the object-oriented concepts and many libraries are missing. But one important library already works: Str, implementing regular expressions. It would be nice to write what you think about the project. Especially, I would welcome results of tests, suggestions for a good network API, comments about the code quality, and, of course, anybody who helps me in the further development. A lot of fun, and a happy new year, Gerd Stolpmann, Gerd.Stolpmann@darmstadt.netsurf.de