Self-modifying code: Difference between revisions

Content deleted Content added
Some high level languages support self modifying code
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 languagescompilers such as [[Clipper programming language|Clipper]] and [[SPITBOL]] make a fair attempt at it.
 
example algorithm (theoretic!)