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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4f9a2b7c164500f2 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.80.199 with SMTP id t7mr3440416pax.40.1354677527502; Tue, 04 Dec 2012 19:18:47 -0800 (PST) MIME-Version: 1.0 Path: s9ni28246pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!backlog2.nntp.ams.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Ada on Raspberry Pi: new article in MagPi issue 8 Date: Sun, 2 Dec 2012 17:19:56 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <8ecc163c-7772-4528-a0d0-eb1ecfd67d98@googlegroups.com> NNTP-Posting-Host: 1/dVLGo/YMi9kqpe3//saQ.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org User-Agent: slrn/pre1.0.0-18 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1627 Date: 2012-12-02T17:19:56+00:00 List-Id: On 2012-12-02, Rego, P. wrote: > I had a very happy surprise today when I opened the MagPi issue 8 and found > the Ada article "Beginning Ada" by Luke Guest. And it's the second part, > started in issue 6 (which I had not read til today...). Congratulations! Thanks, the idea was to get Ada into the minds of kids reading that magazine as an additional language and to prove it can be used for beginners with no programming experience whatsoever. I'm also trying to think of a good project to document in the next articles, I have two ideas, but not sure about them. The aim would be to show the use of: 1) packages 2) possibly separates for platform dependencies 3) GNAT project files & Makefiles 4) Representation clauses for mapping to hardware or C API's 5) Maybe tasking Any ideas? It has to have a cool factor. Mine are: 1) ZX Spectrum emulator. or 2) A language compiler going from source -> ELF/ARM binary. Luke.