Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: K&R vs ANSI-c Message-ID: <14845@smoke.brl.mil> Date: 13 Jan 91 04:04:08 GMT References: <114@skyking.UUCP> <650@caslon.cs.arizona.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 9 In article <650@caslon.cs.arizona.edu> dave@cs.arizona.edu (Dave P. Schaumann) writes: >You could always hire some grad student(s) fresh from a compiler >writing course to write a new compiler for you... You may not get >the most killer-optimizing tight code compiler, but at least you'd >have something that works... Actually, if the students are not completely inept, they would probably port GNU CC instead of trying to implement their own compiler from scratch. GNU CC can generate pretty good code.