From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dd4586b9dd51c602 X-Google-Attributes: gid103376,public From: munck@Mill-Creek-Systems.com (Robert Munck) Subject: Re: general-purpose vs. domain-specific programming languages Date: 1998/01/08 Message-ID: <34b4e5f8.997361@news.mindspring.com>#1/1 X-Deja-AN: 313959609 Content-Transfer-Encoding: 7bit References: <98010512040396@psavax.pwfl.com> X-Server-Date: 8 Jan 1998 14:47:01 GMT Mime-Version: 1.0 Reply-To: munck@acm.org Content-Type: text/plain; charset=us-ascii Organization: Mill Creek Systems LC Newsgroups: comp.lang.ada Date: 1998-01-08T14:47:01+00:00 List-Id: On Wed, 07 Jan 1998 15:43:51 -0500, gwinn@res.ray.com (Joe Gwinn) wrote: >.... Perl is >intentionally designed to allow the violation of the majority of the usual >good-programming practices and restrictions, such as the strict type >safety that Ada is so famous for. > >Why did they do such a thing? For expediency. Perl also has the interesting characteristic that novices tend to write fairly straightforward, easy-to-read code, but experienced programmers use various syntatic and semantic constructs that make their code completely unreadable. It's the perfect hack language. Bob Munck Mill Creek Systems LC