Xref: utzoo news.groups:18946 news.admin:8560 comp.lang.c:27123 comp.lang.modula2:2211 Path: utzoo!attcan!uunet!mcsun!cernvax!chx400!ethz!ethz-inf!wyle From: wyle@inf.ethz.ch (Mitchell Wyle) Newsgroups: news.groups,news.admin,comp.lang.c,comp.lang.modula2 Subject: Language wars (was Re: 48 forgeries) Summary: modula-2 is better Keywords: modula-2 is better than ada or C Message-ID: <16594@ethz-inf.UUCP> Date: 22 Mar 90 08:29:01 GMT References: <1990Mar19.015850.6433@alembic.acs.com> <1094@athen.sinix.UUCP> Followup-To: news.groups Organization: ETH Zurich Lines: 22 In article peter@ficc.uu.net (Peter da Silva) writes: >In any case the forgery game is no longer funny (not that it ever was)... it's >time to get back to serious stuff like language wars. Yeah. I have been coding in C a lot recently, mostly because Unix is married to C. Even with lint, ctags, make, lex, yacc, sccs, the man([23]) pages and all the other goodies C/Unix provides, I still prefer Modula-2. Modula-2 provides a simple, clean, *useful* module interface through definition modules and import/export. My personal experience is that it is easier to integrate a new team member into a project in M2 than in C, though ada is also pretty good in team integration. C is just too damn "hacky." I've seen too much code like **p->*n->t If I want amazing efficiency I'll code in FORTH or assembler.