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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ac12f5a60b1bfe X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Ada versus PL/I (was: Re: Ariane 5 - not an exception?) Date: 1996/09/06 Message-ID: #1/1 X-Deja-AN: 178771628 references: <96090415425634@psavax.pwfl.com> organization: The Mitre Corp., Bedford, MA. newsgroups: comp.lang.ada Date: 1996-09-06T00:00:00+00:00 List-Id: In article <96090415425634@psavax.pwfl.com> "Marin David Condic, 407.796.8997, M/S 731-93" writes: > I'll bet some Apl programmers think that PL/I _SUCKS_ because the > commands are so bleeding long in comparison to what they're used > to? No, real APL programmers complain because primitive operations like outer products and incomplete beta functions aren't provided. ;-) I've actually thought about creating an Ada package whch provides the "missing" functionality. The outer products are the pain. To implement them by providing generics is possible, but you have to have a generic formal type which has a first discriminant of number of dimensions, and a second of scalar element type... The field where APL is the best programming language available is limited. But in that domain, nothing else comes close. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...