Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!jfjr@mitre-bedford.arpa From: jfjr@mitre-bedford.arpa Newsgroups: comp.lang.c Subject: Re: Portable C vs Efficient C or \"Cost of Portability\" Message-ID: <7134@brl-adm.ARPA> Date: Mon, 27-Apr-87 14:10:40 EDT Article-I.D.: brl-adm.7134 Posted: Mon Apr 27 14:10:40 1987 Date-Received: Tue, 28-Apr-87 02:08:59 EDT Sender: news@brl-adm.ARPA Lines: 15 I thought I would add my two cents since I have been following this new group long enough to get into the swing of things. For device drivers, most micro work, if you haven't the time or ambition for assembler C is probably your best choice. If you are involved in a project of significant size (upwards of 20k lines) and more than two programmers who are office mates related and very good friends I wouldn't touch C with a ten foot pole. For such things the type checking and abstractions supplied by Pascal or even better are absolutely necessary. Its the only way to go. No language can be all things to all programmers. I bet I'll get tons of replies on this.. Jerry Freedman,Jr