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,cef1968b544ddf26 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Static variables? Date: 1997/03/25 Message-ID: <1997Mar25.073604.1@eisner>#1/1 X-Deja-AN: 228230606 X-Nntp-Posting-Host: eisner.decus.org References: <332D71FF.4773@cae.ca> <5h8786$oml$1@goanna.cs.rmit.edu.au> X-Nntp-Posting-User: KILGALLEN X-Trace: 859293367/9323 Organization: LJK Software Newsgroups: comp.lang.ada Date: 1997-03-25T00:00:00+00:00 List-Id: In article <5h8786$oml$1@goanna.cs.rmit.edu.au>, ok@goanna.cs.rmit.edu.au (Richard A. O'Keefe) writes: > One of the things that has me bewildered and worried is the growing number > of concurrent languages _without_ nested subprograms. Java is an obvious > example. Another recent example is Limbo. The Limbo IPC mechanism is > tranmitting messages over named typed channels. All processes run in the > same address space. There are no nested procedures. Presto no-chango: > it is the _programmer's_ job to ensure that variables are not operated on > in multiple threads. Ada looks better and better every day. Is the quality being sought just nested subprograms, or is uplevel addressing actually required ? There are languages which have nested subprograms without uplevel addressing. I suppose one can simulate uplevel addressing with lots of in-out parameters, but for me that moves away from readability. Larry Kilgallen