Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-tgr!tgr!cottrell@nbs-vms.ARPA From: cottrell@nbs-vms.ARPA Newsgroups: net.lang.c Subject: Re: diculous Message-ID: <8631@brl-tgr.ARPA> Date: Mon, 25-Feb-85 16:58:41 EST Article-I.D.: brl-tgr.8631 Posted: Mon Feb 25 16:58:41 1985 Date-Received: Wed, 27-Feb-85 21:17:31 EST Sender: news@brl-tgr.ARPA Lines: 18 /* > > > If anyone finds a card deck with a 1401 C compiler on it, please > > > let me know. Now that's a machine! 3-digit addresses and variable > > > infinite length ints, [...] > > > > I thought the largest int was limited by memory size ... > > Not on that machine. If no flag bits at all were set, then the int would > repeat the same digits over and over again, the length of each repetition > being equal to memory size. Isn't wraparound fun? Okay, no space limitation. But you forgot time! In this case, the `length' of the `int' is limited by the machine's `UPTIME!' Go back and reaudit `Hacker's Physics I' :-) jim */