From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:5ccd:: with SMTP id s13mr529803qta.87.1608236492432; Thu, 17 Dec 2020 12:21:32 -0800 (PST) X-Received: by 2002:ac8:41cf:: with SMTP id o15mr570272qtm.98.1608236492271; Thu, 17 Dec 2020 12:21:32 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 Dec 2020 12:21:31 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:3c3:401:f550:dc81:85bd:a0a0:3d2e; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 2601:3c3:401:f550:dc81:85bd:a0a0:3d2e User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Advent of Code, Day 17 From: John Perry Injection-Date: Thu, 17 Dec 2020 20:21:32 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1549 Xref: reader02.eternal-september.org comp.lang.ada:60874 List-Id: Today we have another variant on the game of Life. I was determined to do i= t with arrays only, but got held up trying to define the types because I wa= s stuck in a C way of thinking about multidimensional arrays. Once I got in= to the Ada way of thinking, things became simpler: it was really nice to ha= ve negative array indices available! Alas, I discovered at least one bug in gnat, which I will report. john perry