[Gllug] Java sucks
Richard W.M. Jones
rich at annexia.org
Fri Mar 7 19:09:38 UTC 2003
On Fri, Mar 07, 2003 at 03:03:42PM +0000, Tethys wrote:
> [2] Another blow to Java's much hyped platform independence. Sun made the
> invocation sequence for a Java app so horrendously complex that it's
> not realistically feasible to call it directly, and you *need* a
> startup script (which is naturally system specific -- usually either
> a Unix shell script, or a DOS batch script).
Another area where OCaML wins. You can compile OCaML to native code
if you want, or you can compile to bytecode. The bytecode is fully
cross-platform. It starts with:
#!/usr/bin/ocamlrun
<followed by binary bytecode mumbo-jumbo>
So you can run the bytecode directly on Unix. On Windows it runs it
by extension.
Nice ...
Rich.
--
Richard Jones, Red Hat Inc. (London, UK) http://www.redhat.com/software/ccm
http://www.annexia.org/ Freshmeat projects: http://freshmeat.net/users/rwmj
PTHRLIB is a library for writing small, efficient and fast servers in C.
HTTP, CGI, DBI, lightweight threads: http://www.annexia.org/freeware/pthrlib/
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list