Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.text,comp.sources.wanted Subject: Re: How can I get TeX in C? Message-ID: <26414@rochester.ARPA> Date: Thu, 26-Mar-87 22:10:27 EST Article-I.D.: rocheste.26414 Posted: Thu Mar 26 22:10:27 1987 Date-Received: Sat, 28-Mar-87 07:03:50 EST References: <281@pluto.UUCP> <214@rocky.STANFORD.EDU> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 16 Xref: utgpu comp.text:583 comp.sources.wanted:802 Let me just add my experience running Common TeX. It is about 20% faster and only 10% smaller. I guess on a program of that size you don't get to save much on memory. The poor speedup might have been because the C was a literal translation from Pascal. One could rewrite the hot spots to use C constructs but with the risk of breaking the algorithm. The first version of C-TeX is believed to still have bugs, so I didn't think it was worth installing. I'd be interesting in hearing from anybody who has fixed the bugs. However, TeX can now be ported to machines without a decent Pascal compiler but with a good C compiler. And you don't have to put the whole source in one file. Ken