Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What would be a good (free) Ada IDE for either Linux or Windows?

share|improve this question

closed as not constructive by S.L. Barth, LittleBobbyTables, BNL, Edwin de Koning, Linger Nov 6 '12 at 14:07

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

9 Answers

up vote 14 down vote accepted

GNAT Programming Studio

AdaGIDE (windows only)

SciTE does not support code folding, but does a good job with Ada.

share|improve this answer
The GNAT Programming Studio is very good. If you hover over a symbol it will give you the comments describing it. If you right click you can go to the declaration, the body, or see the call graphs. And more. – mat_geek Feb 24 '10 at 2:39
Unfortunately, it's SUPER unstable under Linux in my experience. – weberc2 Oct 4 '12 at 1:22

There are plugins for the Eclipse IDE for Ada development.

share|improve this answer
thanks, glad to know that as Eclipse is the IDE I use. – WolfmanDragon Oct 15 '08 at 18:49
Also note that hibachi was originally meant to be a joint vendor effort in order to consolidate all IDE efforts related to Ada, unfortunately this hasn't yet really materialized. But the idea is still to come up with one cross-platform IDE that is based on an eclipse plugin. – none Jun 12 '09 at 23:00
Note that Hibatchi is archived and no longer maintaned, as of Januari 2011. – Theodor Apr 16 '12 at 10:30

I had worked with GNAT previously and found it quite well. There is a free version that can be found here: https://libre.adacore.com/

share|improve this answer

I like the Emacs Ada mode (http://www.stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html). The only downside is that you have to learn Emacs, but really, isn't that actually a plus?

share|improve this answer

It's not an IDE per-se, but I use SciTE for Ada code editing.

Since I also use it for pretty much everything else, I've got it configured to be convenient. SciTE is configurable and has a lot of interesting scripting options to bring it up on-par with full blown IDEs. And, it's very lightweight (fits a floppy) and open source.

share|improve this answer

https://libre.adacore.com/GNATbench/

GNATbench - Ada plug-in for Eclipse is included in GNAT GPL Edition

share|improve this answer

Ada for Netbeans currently under development.

Download plug-in for Netbeans

share|improve this answer

With any platform you can use ideone - an online compiler/interpreter.

share|improve this answer

For Windows, there is also GNAVI:

GNAVI is the open source alternative to visual software development languages like Delphi and Visual Basic. In addition to just being fully Open Source under the GPL, the language foundation of GNAVI, unlike Pascal or Basic of its competition, is the international standard of engineering, Ada. GNAVI for Windows offers comparable features to Delphi and Visual Basic including use of Active X controls and the ability to interface with .NET and Java.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.