Self-modifying code: Difference between revisions

Content deleted Content added
Undid revision 1188102315 by Onel5969 (talk) Good faith, but the previous link target was the better one, and also WP:NOTBROKEN and MOS:NOPIPE
Tags: Reverted Visual edit
Line 72:
</syntaxhighlight>
[[Lisp macro]]s also allow runtime code generation without parsing a string containing program code.
 
The Push programming language is a [[genetic programming]] system that is explicitly designed for creating self-modifying programs. While not a high level language, it is not as low level as assembly language.<ref name="Push"/>
 
====Compound modification====