Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!allegra!ulysses!sfmag!sfsup!mpl From: mpl@sfsup.UUCP Newsgroups: comp.lang.misc Subject: self generating programs (was Self reproducing programs) Message-ID: <1590@sfsup.UUCP> Date: Thu, 2-Jul-87 15:11:34 EDT Article-I.D.: sfsup.1590 Posted: Thu Jul 2 15:11:34 1987 Date-Received: Sat, 4-Jul-87 08:40:54 EDT References: <1790@megaron.arizona.edu> <2045@enea.UUCP> Organization: AT&T-IS, Summit N.J. USA Lines: 9 Summary: PL/C has this too In article <2045@enea.UUCP>, sommar@enea.UUCP (Erland Sommarskog) writes: > Which reminds of a Pascal compiler written at the University of Copenhagen > for Univac 1100. If you forgot to give it file to compile, it answered: > "No input, blockhead. Try again, this time with a program." Our PL/C compiler at Polytech had a feature like that. If you sent it an empty job (JCL but no program) it would say missing "proc options" and make one, then say "missing end" and make one of them, generating a null program for you!