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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6214:180e:: with SMTP id o14mr6694409qvw.209.1579640130389; Tue, 21 Jan 2020 12:55:30 -0800 (PST) X-Received: by 2002:a05:6808:b1c:: with SMTP id s28mr4572369oij.2.1579640130165; Tue, 21 Jan 2020 12:55:30 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g89no8443679qtd.0!news-out.google.com!w29ni2115qtc.0!nntp.google.com!g89no8443673qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 21 Jan 2020 12:55:29 -0800 (PST) In-Reply-To: <31c0bcb9-da5a-489d-9566-39ec124e15dd@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <31c0bcb9-da5a-489d-9566-39ec124e15dd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: I think there is a big problem with programming languages in the era of parallel programming From: Shark8 Injection-Date: Tue, 21 Jan 2020 20:55:30 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1458 X-Received-Body-CRC: 3396303883 Xref: reader01.eternal-september.org comp.lang.ada:57911 Date: 2020-01-21T12:55:29-08:00 List-Id: Have you tried looking into ISO 11756? This language has a clear and distinct notion of 'local' and 'distributed' variables; perhaps you should investigate it.