This is kinda cool and while the original Ada compilers were slow, does anyone know if Ada was inherently harder to compile than PL/I which was pretty capable at the time?
Ada had a severe conceptual limitation, the program library that seemed to prevent separate compilation of Ada files. Ada buffs know the history of GNAT working around the limitation by using the actual program source files as the library.
I do think Ada 2012 (like C++11) brought about a huge change in Ada style and maybe culture. So Ada83 is mostly historical. Ada83 programs from that era that I've tried still compile and work just fine though. That's more than I can say about Python.