From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200304080614.h386EBL17796@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] fast compilers In-Reply-To: Your message of "Tue, 08 Apr 2003 02:11:15 EDT." <20030408061115.28990.qmail@g.bio.cse.psu.edu> From: Dan Cross Date: Tue, 8 Apr 2003 02:14:10 -0400 Topicbox-Message-UUID: 8bf2ec70-eacb-11e9-9e20-41e7f4b1d025 > | I should note, however, that building compilers akin to Plan 9's C > | compiler shouldn't really be too hard; why hasn't anyone done it yet? > > Does lcc qualify? > http://www.cs.princeton.edu/software/lcc/ lcc is very nice, but was ham-strung for many years by lack of a `long long' type. Lcc 4 fixes that, but the license terms are even worse than for gcc. - Dan C.