Quote:
|
Originally Posted by Marvin
Wikipeda also states "The language was originally created by Chris Pressey in 1993 as an attempt to devise a language which is as hard to compile as humanly possible"
|
The key word being
compile. gryfang is creating an interpreter. When dealing with potentially self-modifying code, there's a big difference in complexity between a compiler and a interpreter.