Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!Bicer.ES@Xerox.ARPA From: Bicer.ES@Xerox.ARPA Newsgroups: net.micro.cpm Subject: Re: Looking for C Message-ID: <12118@sri-arpa.UUCP> Date: Mon, 9-Apr-84 14:04:06 EST Article-I.D.: sri-arpa.12118 Posted: Mon Apr 9 14:04:06 1984 Date-Received: Sun, 15-Apr-84 00:53:56 EST Lines: 32 There are several C's available for CP/M80. 1 - BDS C: Great to learn C with. Very fast compiler, respectable execution speed, source code of the libraries and a well supported user's group. But it is not a full implementation of C (lacks longs, floats, statics, and initializers). $150. 2 - MANX AZTEC CII: Very good compiler (I use it for production work), full implementation, you get the source of the libraries, assembler output of the compiler can be further hand optimized, an 8086 and 6502 and PDP-11 versions are available. Fast execution speed, but compilation speed can be improoved usin a hard disk or a ram disk. $199. 3 - Whitesmith's C: Don't touch it if you don't have to. Incredibly slow compilation times, and their libraries do not resemble the other ones that I know. $600??? 4 - Echo C: For Z-80 only. Heard good things, but never seen it. 5 - Supersoft C:I'd rather have Aztec C. Slower compilation times, not a full implementation (the version I have), and pain in the neck to develop software with (terrible linking problems -too much code gets included-). In my opinion, most the other C compilers either serve a very specific purpose, or are toy compilers (Tiny C, etc.). Jack Bicer