in reply to Re^24: Perl 6 ... dead? (no, just convalescing)
in thread Perl 6 ... dead?
You said "(That's just a simplication, of course; decompilers need to be a bit more sophisticated to handle a command that maps to several lines of lower level code, for instance)"
Therein lies the major difference between a machine language interpreter and a machine language to high level language compiler. The former obviously must exist to run the program, but the latter is not necessary in programming, and is difficult to build.
This is basic stuff. I'm not going against common computer industry knowledge with this. Compiled programs for which there is no complete, free, well known decompiler are more safe from piracy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^26: Perl 6 ... dead? (no, just convalescing)
by Anonymous Monk on Oct 01, 2004 at 11:24 UTC |