EASY AS PIE, IT'S AFTI!
You already know another programming language
"Ada For The Impatient" is a concise guide that accelerates learning Ada through intuitive, code-first, practical examples and targeted commentary, following the 80/20 principle for efficiency. We do our best to cover Ada's wide-ranging features and uncover hidden gems, equipping you with essential knowledge for useful projects in record time.
1- Hello Word (first) ... -> src/afti_1_hello_world.adb
2- Hello Word (second) .. -> src/afti_2_hello_world.adb
3- Hello Word (third) ... -> src/afti_3_hello_world.adb
4- Integer Types ........ -> src/afti_4_integer_types.adb
5- Real Types ........... -> src/afti_5_real_types.adb
6- Enumeration Types .... -> src/afti_6_enumeration_types.adb
alr get afti & cd afti* & alr build
Once built, you will find the executables in afti*/bin