Top "Gnat" questions

the GNU Ada compiler that comes as part of GCC (the GNU Compiler Collection including the GNU C Compiler).

Gnat for Mac Ada programming

I'm learning Ada 95 in my programming class, and I would like to install the gnat compiler on my MacBook. I …

macos text-editor ada gnat
Ada Function vs Procedure

Can anyone explain me the difference between the Ada "procedure" and "function"?

ada gnat
Package not visible error

I've having trouble with package visibility. I have a really simple package and the code is listed below. The error …

ada gnat
How do I compile and link using gnatmake with an Ada shared library?

I am having trouble compile an applicant again the Florist library. Turns out I have a larger issue with florist (…

ada gnat