From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5905:: with SMTP id 5mr8171869qty.391.1633265956436; Sun, 03 Oct 2021 05:59:16 -0700 (PDT) X-Received: by 2002:a25:ce14:: with SMTP id x20mr2700324ybe.139.1633265956283; Sun, 03 Oct 2021 05:59:16 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 3 Oct 2021 05:59:16 -0700 (PDT) In-Reply-To: <87tv41cnnd.fsf@samuel> Injection-Info: google-groups.googlegroups.com; posting-host=82.169.63.32; posting-account=x_1yDwoAAAAT3e8QQ7hsshWpZ0yUC22Y NNTP-Posting-Host: 82.169.63.32 References: <87tv41cnnd.fsf@samuel> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1a6ce6bc-dcf8-4ab9-bce4-2bee1d8d323en@googlegroups.com> Subject: =?UTF-8?Q?Re=3A_sdlada=2C_l=C3=B6ve=2C_and_programming_for_beginners?= From: Tama McGlinn Injection-Date: Sun, 03 Oct 2021 12:59:16 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62930 List-Id: On Saturday, February 8, 2020 at 12:41:01 PM UTC+1, Ludovic Brenta wrote: > I have a 14-year-old son whom I teach programming to.=20 > This framework makes it very easy to have immediate results... but=20 > Lua lacks strong typing and in particular range checking, and a debugger.= =20 Perhaps you will find AdaBots[1] interesting. It happens also to be a 'bind= ing' from Ada to lua, in the sense that it leverages the already existing l= ua interpreter built into ComputerCraft[2], and the world already provided = by Minecraft. This makes it quite easy to think of interesting challenges w= ithout having to program that whole world; e.g. help I'm stuck at the botto= m of a well, have the turtle build me a staircase back to the surface. [1] https://github.com/TamaMcGlinn/AdaBots [2] https://tweaked.cc/