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.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!cWtdrZEZ2ens+rXAmda6Qg.user.gioia.aioe.org.POSTED!not-for-mail From: Bojan Petrovic Newsgroups: comp.lang.ada Subject: Re: Advent of Code Date: Sun, 29 Nov 2020 15:03:45 +0100 Organization: Aioe.org NNTP Server Message-ID: <86pn3wb6pq.fsf@fastmail.fm> References: NNTP-Posting-Host: cWtdrZEZ2ens+rXAmda6Qg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (berkeley-unix) Cancel-Lock: sha1:A5qFHIx9NdTatu8h6XQJhxp32yU= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:60632 List-Id: John Perry writes: > Does anyone know about Advent of Code, and has anyone ever participated for Ada? It's typically a sequence of programming puzzles posed as an Advent calendar: one for each new day. > > https://adventofcode.com/2020/about Hi, I solved a couple of challenges from the last year's AoC in both Ada and Rust, just to get a feel for the differences between them in a puzzle solving context: https://github.com/ALPHA-60/advent-of-code-2019 I've been organising a weekly recreational coding workshop at my company for the last couple of years, and we've been solving Project Euler and Codility task. I stopped doing it in March because of the Covid-19 situation, but we'll reboot it online on December 1st, when AoC 2020 starts, though our schedule will remain the same - one AoC problem per week. A while ago we did some interview question exercises on #Ada Telegram group, so maybe we can do it again there. Regards, Bojan