From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Howard Trickey" To: "erik quanstrom" , <9fans@cse.psu.edu> Subject: [9fans] pascal, TeX Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <20011213173843.5E5683FE56@quanstro.net> Date: Thu, 13 Dec 2001 12:51:37 -0500 Topicbox-Message-UUID: 3534c86e-eaca-11e9-9e20-41e7f4b1d025 Knuth didn't trust Pascal memory management for some reason, so he avoided using records and "new". He did most data structures in huge arrays of integers with punny macros to fake up data structures inside them. It was Pascal with Fortran for data structuring... > knuth lives on his own planet. i believe it's called > "the art of computer programming." ;-) > also, due TeX's pascal heratage, it has an ungodly number > of compiled-in limits.