Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!panda!teddy!jpn From: jpn@teddy.UUCP (John P. Nelson) Newsgroups: comp.lang.c Subject: Re: *\"LDA\" ok? Message-ID: <4308@teddy.UUCP> Date: Fri, 28-Aug-87 16:49:54 EDT Article-I.D.: teddy.4308 Posted: Fri Aug 28 16:49:54 1987 Date-Received: Sun, 30-Aug-87 02:40:00 EDT References: <8877@brl-adm.ARPA> <8088@mimsy.UUCP> <87@splut.UUCP> Reply-To: jpn@teddy.UUCP (John P. Nelson) Organization: GenRad, Inc., Concord, Mass. Lines: 12 >C is the only major language that doesn't know itself what to do with >strings, but instead forces programmers to kludge around with pointers and >function calls instead of allowing precisely the construct described above. What about Pascal? I mean ISO standard Pascal, not some nonstandard extension. Text manipulation in standard pascal is an order of magnitude more painful than in C. How about fortran IV? I know, the 77 standard includes a character type, but before that, strings were pretty painful. Not all fortran compilers are up to the 77 standard, yet. Even the '77 standard leaves something to be desired when it comes to text work.