#ada-langUnmoderated tagAll postsTrending CommunitiesSteemitCryptoAcademyNewcomers' Communityআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceWORLD OF XPILARAVLE 일상Beauty of CreativitySCT.암호화폐.CryptoSteem POD TeamItalyExplore Communities...#ada-langTrendingHotNewPayoutsMutedxinta (55)in #ada-lang • 6 years agoLearning Ada 7: generics and (static) overloadingGenerics Ada has generics. I don't know about Ada of the ancient time, and I don't care — as programmer on the edge…xinta (55)in #programming • 6 years agoLearning Ada 6: taskingAda has tools for concurrency as language primitives, which makes it easy to do things that would be a lot harder in C…xinta (55)in #ada-lang • 7 years agoLearning Ada 5: object oriented paradigmAda is born as an imperative procedural language in the era of imperative procedural languages. With Ada 95 it entered…xinta (55)in #ada-lang • 7 years agoLearning Ada 4: predicatesDynamic predicate We have seen that if we define properly the domain of our problem, we can make the Ada's type…xinta (55)in #ada-lang • 7 years agoLearning Ada 3: exploring typesLet's explore a little bit the type system of Ada. Ada's type system is very important, because Ada is a strongly…xinta (55)in #ada-lang • 7 years agoLearning Ada 2: more on packages, naming conventions, and bits of typesPackages are very importat to organize your project, like modules in other languages, and they are also useful to…xinta (55)in #ada-lang • 7 years agoLearning Ada 1: Hello world, basic greeter package, citing contract based programming, aspects, SPARK…The Ada's Hello World is as simple as this: with Ada.Text_IO; use Ada.Text_IO;xinta (55)in #ada-lang • 7 years agoWhat I've left behind, what I'm going to doI know I've left behind my series of “music lessons” ( here the last lesson ), and I promise I'll post other lessons…