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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5af5c381381ac5a7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Colin Paul Gloster Newsgroups: comp.lang.ada Subject: Re: Ada requires too much typing! Date: Thu, 3 Jun 2010 16:54:57 +0000 Organization: A noiseless patient Spider Message-ID: References: <4bfd19ba$0$2362$4d3efbfe@news.sover.net> Reply-To: Colin Paul Gloster Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Injection-Date: Thu, 3 Jun 2010 15:54:39 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="kheEuXGHhE2Z5eF1gAST+A"; logging-data="9721"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/khVbOWOv9sBPl+upOO9UyHBNx58LVt9ShZZM0aemwpQ==" User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) In-Reply-To: <4bfd19ba$0$2362$4d3efbfe@news.sover.net> Cancel-Lock: sha1:o3W5BFMuVTMWKsyQsEhSwP0w0Z8= X-X-Sender: Colin_Paul@Bluewhite64.example.net Xref: g2news2.google.com comp.lang.ada:12226 Date: 2010-06-03T16:54:57+00:00 List-Id: On Wed, 26 May 2010, Peter C. Chapin sent: |-----------------------------------------------------------------------------| |"[..] | | | |[..] | |[..] Not surprisingly the Scala community, | |as evidenced by the posts on a Scala newsgroup, regard conciseness as an | |important feature for a programming language. I agree that conciseness can in| |some cases improve readability. However, I also believe that it can obscure a| |lot of important detail and make it hard to understand the execution cost of | |the code. [..]" | |-----------------------------------------------------------------------------| Passing a parameter to an Ada subprogram can look like choosing an element of an Ada array, with a very different execution cost. |-----------------------------------------------------------------------------| |"[..] | | | |However, the argument that I see some people putting forth on the Scala group| |is that conciseness is good because it saves typing. I really can't | |understand that. How hard is it to type? | | | |[..]" | |-----------------------------------------------------------------------------| Not very.