During weekend installfest/hackfest events at a LUG that I used to attend, there was always this one guy who would sit in front of a pair of laptops and code in Ada. One thing I remember about it is just how much it reminded me of Pascal.
I remember fooling with Ada years ago and I really liked the concurrency and ipc mechanisms which was quite unique in the 00's. It was a little more friendly to use vs. pthreads. Now every new language is baking in concurrency. Since I wrote mostly c code I wound up making a franken program which was a statically linked Ada/c. I used Ada for its concurrency which called my linked in c code. It was a PLC emulator I scrapped.