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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d5b211b0c1ffcf3e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr20913178pbc.3.1340822364522; Wed, 27 Jun 2012 11:39:24 -0700 (PDT) Path: l9ni26692pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Eryndlia Mavourneen Newsgroups: comp.lang.ada Subject: Re: Practicalities of Ada for app development Date: Wed, 27 Jun 2012 11:39:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3a41f591-f8ca-4b83-a4f1-1992051ea7a3@googlegroups.com> References: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> NNTP-Posting-Host: 129.59.203.209 Mime-Version: 1.0 X-Trace: posting.google.com 1340822364 30717 127.0.0.1 (27 Jun 2012 18:39:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jun 2012 18:39:24 +0000 (UTC) In-Reply-To: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.59.203.209; posting-account=7Oy7OQoAAABhVYFOo553Cn1-AaU-bSfl User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-27T11:39:23-07:00 List-Id: >> Dmitry et al "SNOBOL patterns are far more powerful " Yes! SPITBOL was a much faster compiled version of the SNOBOL4 interpreter= . (SNOBOL4 was the version of SNOBOL with pattern matching.) I once used = SPITBOL to write a quick and dirty assembler for a truly ancient machine wi= th only a paper tape reader. lol. However! I truly fell in love with the ICON language, created at the Unive= rsity of Arizona by Ralph Griswold, one of the developers of SNOBOL4, and h= is students. Unlike SNOBOL4, in which the pattern matching was a separate = facility with its associated problems, as has been pointed out earlier in t= his thread, ICON integrated pattern matching into the normal (and natural!)= expression evaluation. In this way an expression, and potentially an enti= re statement, could be evaluated zero or more times until the pattern match= was completely satisfied. Very beautiful! I still keep my ICON book and dream of integrating ICON pattern evaluation = into Ada expressions. A pipe dream, but one must live for something. lol