Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles Path: utzoo!utcs!lsuc!pesnta!hplabs!hp-pcd!hpfcla!jim From: jim@hpfcla.UUCP (jim) Newsgroups: net.lang.c Subject: Re: Language transitions Message-ID: <40100010@hpfcla.UUCP> Date: Thu, 14-Feb-85 17:20:00 EST Article-I.D.: hpfcla.40100010 Posted: Thu Feb 14 17:20:00 1985 Date-Received: Wed, 27-Feb-85 10:42:28 EST References: <4475@ucbvax.UUCP> Organization: Hewlett-Packard - Fort Collins, CO Lines: 8 Nf-ID: #R:ucbvax:-447500:hpfcla:40100010:000:375 Nf-From: hpfcla!jim Feb 23 14:20:00 1985 I program in both C and Modula-2. Which is better? Well, the combination of strong typing and the ability to also breach the strong typing is certainly nice in Modula-2. But I miss my favorite C expressions like: while ((c=getmeach())==' ') and so on. But, I am very fond of MODULEs in Modula-2. And, oh yes, I HATE (read, "H*A*T*E") typing my keywords in uppercase.