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:a24:1a51:: with SMTP id 78-v6mr3189557iti.19.1530821443615; Thu, 05 Jul 2018 13:10:43 -0700 (PDT) X-Received: by 2002:aca:4787:: with SMTP id u129-v6mr1640636oia.4.1530821443416; Thu, 05 Jul 2018 13:10:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.70.MISMATCH!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u78-v6no2923561itb.0!news-out.google.com!l67-v6ni3013itl.0!nntp.google.com!d7-v6no2955441itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Jul 2018 13:10:43 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.108.152.51; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S NNTP-Posting-Host: 213.108.152.51 References: <856189aa-fa00-4960-929e-174f352310ad@googlegroups.com> <2718c8d4-5f35-4fd8-a1aa-1e60069a7a5d@googlegroups.com> <39fce60c-9f56-42fb-b679-fa08810b00ee@googlegroups.com> <3701bf07-89a5-4cb0-a704-5aebb589ca79@googlegroups.com> <2f5e4ce0-94e8-4b94-9da7-045ec90a9b22@googlegroups.com> <18554067-1382-4b43-a832-2d27aa5117d7@googlegroups.com> <8dc19505-b68a-403c-a164-f1de1864f3f1@googlegroups.com> <559657f8-bbf4-4a70-9449-f85bc98d6c6b@googlegroups.com> <590d4672-4aef-42a5-823c-57ccd291115a@googlegroups.com> <8de6b5ba-25ab-4d46-b80c-1544f43a9b05@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Teaching C/C++ from Ada perspective? From: Maciej Sobczak Injection-Date: Thu, 05 Jul 2018 20:10:43 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3070 X-Received-Body-CRC: 1447580445 Xref: reader02.eternal-september.org comp.lang.ada:53674 Date: 2018-07-05T13:10:43-07:00 List-Id: > Take Janus/Ada, for example. The source code lives wherever the programmer > wants it, it's not in the library OK, but since I don't have access to this compiler, is it possible to complete your description with the explanation of what will happen when the equivalent exercise is performed in this environment? I mean - when somebody: - adds a whitespace to a file with package spec P, or - adds a new type definition to the same file. What will need to be reparsed or recompiled or relinked? > configuration management needs to be integrated with the IDE What if my IDE is a plain text editor and I intentionally don't have all possible tools glued to it? Do you mean (and I think that Dmitry shares your point) that Ada discourages me to use a regular text editor to edit source files? -- Maciej Sobczak * http://www.inspirel.com