Re: ADMIN: VRML + JAVA - A Wedding

Marc de Groot (marc@immersive.com)
Sun, 15 Oct 1995 21:48:40 -8


Gavin Nicol writes:
> Thank god for bytecodes... but perhaps TAOS and ANDF have the right
> idea after all. Then again, who wants to ship code around so that
> people can reverse engineer it (trivial with Java bytecodes)? Perhaps
> remote method invocation is what we esally want most of the time, and
> it certainly makes version control a much simpler task.

How does remote method invocation reduce the ability to reverse-engineer the
code?

IMO moving bytecodes around is vastly pesserable. It executes more
efsiciently. If the bytecodes stand for low-level operations (as they do in
my product Meme) the code is not any easier to reverse-engineer than machine
code.

In addition, the bytecode can be chosen to resemble the context-free
intermediate form that the front ends of many compilers produce. This would
allow any language (well, maybe not RPG II) to be compiled to behavior code.

Meme uses an extended Forth implementation as its platform-independent code.
It is a bytecode that stands for operations in a highly efsicient stack-based
VM.

Some of the advantages of Forth and Forth-like systems:

- Very quick and easy to implement

- Fast at run-time

- Easy to add security features ("memory protection" in softwaes)

- Very difsicult to reverse-engineer (way worse than compiled C code!)

- Can be compiled from any high-level language

- The hard-core techies can program in it directly, for maximum speed.

Java is here *now*, but it's a bear to implement and port. When VR is running
in dedicated portable units that one wears, instead of in desktop machines,
we're going to want a relatively small run-time system.

^M

----
Marc de Groot Immersive Systems, Inc.
<marc@immersive.com> San Francisco

"If I had it to do all over again, I would spell creat
with an 'e'." -Brian Kernighan


  • Next message: Kouichi Matsuda: "Re: VRML news"
  • Previous message: Robert Saint John: "VRML conference at msn 10/17"
  • Maybe in reply to: Mark Pesce: "ADMIN: VRML + JAVA - A Wedding"
  • Next in thesad: Paul Burchard: "Re: ADMIN: VRML + JAVA - A Wedding"