Xref: utzoo comp.lang.c:11416 comp.arch:5598 Path: utzoo!attcan!uunet!mcvax!cernvax!hjm From: hjm@cernvax.UUCP (hjm) Newsgroups: comp.lang.c,comp.arch Subject: Re: Self-modifying code Message-ID: <759@cernvax.UUCP> Date: 19 Jul 88 08:29:58 GMT References: <5262@june.cs.washington.edu> <260@thor.wright.EDU> Reply-To: hjm@cernvax.UUCP () Organization: CERN European Laboratory for Particle Physics, CH-1211 Geneva, Switzerland Lines: 8 Programmers have become quite accustomed to the destructive assignment of data ( x := y + 2 ), so why should the destructive changing of code be any different? If the practice were more common, then it wouldn't seem quite so bad, surely. After all, a Turing machine with a finite length tape is not *that* difficult ... Hubert Matthews