SL> What happens there, as opposed to any other language, such
SL>as C, is that Java takes your Java code, and then compresses it into
SL>a "shorthand" Java. Then, when you want to run it on the other side,
SL>the computer takes the code and interprets or pre-compiles it.
NP> rather pseudo-compiles it... am i right.
A compiler produces an OBJ file. It's the linker that procudes the
EXE or COM file. The Java compiler, TTBOMK, produces Pcode (which is
akin to that which is produced by a compiler.)
NP> is there any pseudo compiler for C.
Try compiling C modules NOT to include the various run-time libraries
internally. It's not exactly the same but _will_ require many of the
correct linkages to be established at run time, rather than compile
time.
* KWQ/2 1.2i *
--- FLAME v1.1
---------------
* Origin: Port Chicago's Loading Dock - 510-676-5359 (1:161/204)
|