Browse thread
[Caml-list] Alternative Bytecodes for 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: | John Goerzen <jgoerzen@c...> |
| Subject: | Re: [Caml-list] Alternative Bytecodes for OCaml |
On Wednesday 25 August 2004 10:40 am, Nicolas Cannasse wrote: > The library already have a full .class parser but still need the > corresponding printer and a small OCaml JVM in order to be able to > interpret java bytecode. That might be added easily, people > interested in helping or getting informations can contact me > directly. That does sound mighty interesting. FWIW, I just packaged up IKVM for Debian. IKVM is a JVM written in C# that runs under Mono. I think there is nothing but good that can come out of these things. One of the classic, common, and often still valid arguments against functional languages is that there are far fewer modules available for them than for a l anguage like Perl, Python, or Java. I'm talking about text-processing, network interaction, etc. OCaml is probably the best out there from what I've seen for a functional language, but it still has a ways to go to catch up. Painless integration with other languages means that this problem suddenly drops away if you can take the performance hit and one-time setup complexity. -- John ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners