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: | Jason Smith <jns28@s...> |
| Subject: | Re: [Caml-list] Alternative Bytecodes for OCaml |
> > I come to OCaml from a Python background, and one of the most > > interesting bits of technology for Python is Jython[1]. > > Curious though why you'd want to... interfacing to C > I can understand. But why bother with the JVM or Java? Some possible reasons that suggest themselves: 1. You don't need to implement your own runtime environment, no more fussing around with garbage collection etc.. 2. You now can run python on every platform that supports a Java Virtual Machine 3. More so with .NET then the JVM, because .NET specifically touts this as a feature, but now u've got a standard type model from which you can interface with any other language that compiles to it. there are prob heaps of others... Jason ------------------- 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