Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!nbires!hao!noao!arizona!caset!catuc!doug From: doug@catuc.UUCP (doug) Newsgroups: net.unix-wizards Subject: Re: C on Apple 2e Message-ID: <340@catuc.UUCP> Date: Wed, 15-Oct-86 15:52:45 EDT Article-I.D.: catuc.340 Posted: Wed Oct 15 15:52:45 1986 Date-Received: Thu, 16-Oct-86 22:12:02 EDT References: <8610141553.AA14535@ucbvax.Berkeley.EDU> Organization: Computer Automation, Tucson, AZ Lines: 25 Summary: Yes there is a C compiler for Apples In article <8610141553.AA14535@ucbvax.Berkeley.EDU>, yi@wisdom.BITNET (Jacob Itzikowitz) writes: > Would appreciate any information on the availability of a C compiler > or interpreter on an Apple 2e microcomputer. Thank You. I have personally used a compiler from Manx Software Systems for the last few years. Their Number is 800-221-0440. My experiences are that it is fairly bug-free now and is quite close to K&R C. The compiler is very slow as you might expect on an 8-bit machine. The code it produces is very fast but often large. (Printf is about 8k) It compiles to native 6502 code (fast but large) or a pseudo-code that is interpreted (small but slow). These may be mixed to achieve speed/size tradeoffs. The source to all libraries except floating point math is included, as well as a shell that imitates some of the UNIX tools. I recommend a hard disk drive for devolopment due to the large size of the programs. Two floppies is the minimum but is EXTREMELY slow due to swapping of the disks. PRODOS and DOS 3.3 versions are available. My experience extends only to the DOS 3.3 version. Look at any recent issue of BYTE for their ad. Doug Morse ..!arizona!catuc!doug U. S. Mail 1600 N Country Club Tucson, Az 85716