Ada web development
Almost the very first step of my Ada journey was to find a web framework for it. Ada is a general purpose programming language, even though often it's not seen as one. "Aviation industry language" is common association, or just something that runs in embedded space (and especially embedded stuff in space industry). Since everything is on Internet these days, it's quite natural to set the interface through the web. My default toolbox for it in Scala world is Lift . Would be wonderful to find a similar framework which would follow Lift's "View First" ideology. But at this stage, I'm happy to settle with any tooling I can find. JVM world and other popular language ecosystems are almost polluted by different web frameworks. Ada isn't so popular and there's much less to pick from. But I was positively surprised to find a couple of interesting projects. AWS No, not The Amazon thingie. Here AWS would stand for Ada Web Server . It is maint...