2

I am working with the raspberry pi3 around 4 months and it is working fine.Now i need to use Ada programming language with the Raspberry pi 3 for making interesting projects.Can any one push me to the wonderful world of the ARM and ADA? **Note:**Don't suggest to use another programming language. I want to learn Ada and I have programming experiences with the languages like C,C++ and COBOL.

Nekhil
  • 21
  • 2

2 Answers2

3

If you're running Raspbian on your Raspberry Pi, you can install the FSF GNAT Ada compiler using the command:

sudo apt-get install gnat

For learning Ada, there is a good list of resources at AdaIC. Since you already know a bit of other languages, "Ada Distilled" may be a good starting point.

1

Like this, Train control using Ada on a Raspberry Pi: https://blog.adacore.com/train-control-using-ada-on-a-raspberry-pi Hope It's useful Thank you.