Skip to content

GNAT-Academic-Program/AFTI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFTI - Ada For The Impatient

EASY AS PIE, IT'S AFTI!

Prerequisite

You already know another programming language

How to Use and Interpret

"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.

Content

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    

Building source code (optional)

alr get afti & cd afti* & alr build

Once built, you will find the executables in afti*/bin

Releases

No releases published

Packages

No packages published

Languages