Content deleted Content added
Derek Ross (talk | contribs) Some high level languages support self modifying code |
Derek Ross (talk | contribs) mNo edit summary |
||
Line 1:
In [[computer programming]], '''self-modifying code''' is code that modifies itself. This is straightforward to write when using [[assembly language]] and is also supported by some high level language interpreters such as [[SNOBOL4]]. It is more difficult to implement on compilers but
example algorithm (theoretic!)
|