Reading lately so much about retrocomputing made me want to get back to some simple coding, like back in the times where figuring out a 30 line BASIC program was an achievement. So a week ago I downloaded a free `Ada introduction`_ book and started to "work" through it.
.. _`Ada introduction` : https://learn.adacore.com/courses/intro-to-ada/index.html
So by now I have a simple Ada package that encrypts / decrypts in Playfair and builds an encryption table given a "secret" keyword.
This is still very much beginner code, the suckage is high.
But I had LOADS of fun and learned a lot. The strong typing system is at times infuriating, and at times bordering on beautiful.