comp.lang.ada
 help / color / mirror / Atom feed
* Ada wanted for win7
@ 2016-11-10 12:50 jack
  2016-11-10 13:25 ` Mark Lorenzen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: jack @ 2016-11-10 12:50 UTC (permalink / raw)




Is there a free ada environment I can download to use on a win7-64 system?
If not I'd welcome suggestions for a low cost version.
Purpose is to learn/and evaluate ADA basics

thanks 
jack 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 12:50 Ada wanted for win7 jack
@ 2016-11-10 13:25 ` Mark Lorenzen
  2016-11-10 13:30 ` G.B.
  2016-11-10 17:50 ` Jeffrey R. Carter
  2 siblings, 0 replies; 7+ messages in thread
From: Mark Lorenzen @ 2016-11-10 13:25 UTC (permalink / raw)


On Thursday, November 10, 2016 at 1:52:36 PM UTC+1, jack wrote:
> Is there a free ada environment I can download to use on a win7-64 system?
> If not I'd welcome suggestions for a low cost version.
> Purpose is to learn/and evaluate ADA basics
> 
> thanks 
> jack

You can download the GNAT Ada tools here: http://libre.adacore.com/download

Regards,

Mark L


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 12:50 Ada wanted for win7 jack
  2016-11-10 13:25 ` Mark Lorenzen
@ 2016-11-10 13:30 ` G.B.
  2016-11-10 15:07   ` jack
  2016-11-10 17:50 ` Jeffrey R. Carter
  2 siblings, 1 reply; 7+ messages in thread
From: G.B. @ 2016-11-10 13:30 UTC (permalink / raw)


On 10.11.16 13:50, jack wrote:
>
>
> Is there a free ada environment I can download to use on a win7-64 system?
> If not I'd welcome suggestions for a low cost version.
> Purpose is to learn/and evaluate ADA basics

http://www.getadanow.com/
http://libre.adacore.com/
http://www.adaic.org/
http://www.rrsoftware.com/

GNAT (FSF or GPL), ObjectAda, and Janus/Ada 95  are lowest cost, TTBOMK.

-- 
"HOTDOGS ARE NOT BOOKMARKS"
Springfield Elementary teaching staff

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 13:30 ` G.B.
@ 2016-11-10 15:07   ` jack
  0 siblings, 0 replies; 7+ messages in thread
From: jack @ 2016-11-10 15:07 UTC (permalink / raw)


In article <o01soh$6hg$1@dont-email.me>, bauhaus@futureapps.invalid says...
> 
> On 10.11.16 13:50, jack wrote:
> >
> >
> > Is there a free ada environment I can download to use on a win7-64 system?
> > If not I'd welcome suggestions for a low cost version.
> > Purpose is to learn/and evaluate ADA basics
> 
> http://www.getadanow.com/
> http://libre.adacore.com/
> http://www.adaic.org/
> http://www.rrsoftware.com/
> 
> GNAT (FSF or GPL), ObjectAda, and Janus/Ada 95  are lowest cost, TTBOMK.

Good links and very helpful - thank you G.B.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 12:50 Ada wanted for win7 jack
  2016-11-10 13:25 ` Mark Lorenzen
  2016-11-10 13:30 ` G.B.
@ 2016-11-10 17:50 ` Jeffrey R. Carter
  2016-11-10 22:29   ` J-P. Rosen
  2 siblings, 1 reply; 7+ messages in thread
From: Jeffrey R. Carter @ 2016-11-10 17:50 UTC (permalink / raw)


On 11/10/2016 05:50 AM, jack wrote:
>
> Is there a free ada environment I can download to use on a win7-64 system?
> If not I'd welcome suggestions for a low cost version.
> Purpose is to learn/and evaluate ADA basics

Would that be the Americans with Disabilities Act, the Australian Dental 
Association, or some other acronym? FYI, Ada, a woman's name, is correctly 
capitalized as in your subject line.

Not addressed by others is the version of Ada you'd like to learn/evaluate. The 
most recent version, ISO/IEC 8652:2012, is only supported by one compiler, GNAT. 
Free versions of GNAT are available. GNAT also supports earlier versions of Ada.

If you want a language supported by multiple compilers you'll need to use an 
earlier version of Ada. The next most recent version, ISO/IEC 8652:2007, is 
supported by multiple vendors, but GNAT is the only free compiler that supports it.

The version of Ada before ISO/IEC 8652:2007 is ISO/IEC 8652:1995 (Ada 95), which 
is supported by multiple vendors. There is a free version of ObjectAda for Ada 
95 that can be found on line. It has limitations as to the size of programs that 
it can compile, but they should not be an issue for your purposes. RR Software 
provides a low-cost compiler and may provide a free evaluation compiler for Ada 95.

-- 
Jeff Carter
"Have you gone berserk? Can't you see that that man is a ni?"
Blazing Saddles
38


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 17:50 ` Jeffrey R. Carter
@ 2016-11-10 22:29   ` J-P. Rosen
  2016-11-12 11:36     ` Luke A. Guest
  0 siblings, 1 reply; 7+ messages in thread
From: J-P. Rosen @ 2016-11-10 22:29 UTC (permalink / raw)


Le 10/11/2016 à 18:50, Jeffrey R. Carter a écrit :
> Would that be the Americans with Disabilities Act, the Australian Dental
> Association, or some other acronym?
There are (at least) 106 of them:
http://www.acronymfinder.com/ADA.html

-- 
J-P. Rosen
Adalog
2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX
Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00
http://www.adalog.fr

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada wanted for win7
  2016-11-10 22:29   ` J-P. Rosen
@ 2016-11-12 11:36     ` Luke A. Guest
  0 siblings, 0 replies; 7+ messages in thread
From: Luke A. Guest @ 2016-11-12 11:36 UTC (permalink / raw)


J-P. Rosen <rosen@adalog.fr> wrote:
> Le 10/11/2016 à 18:50, Jeffrey R. Carter a écrit :
>> Would that be the Americans with Disabilities Act, the Australian Dental
>> Association, or some other acronym?
> There are (at least) 106 of them:
> http://www.acronymfinder.com/ADA.html
> 

Most ungoogleable name ever!


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-11-12 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 12:50 Ada wanted for win7 jack
2016-11-10 13:25 ` Mark Lorenzen
2016-11-10 13:30 ` G.B.
2016-11-10 15:07   ` jack
2016-11-10 17:50 ` Jeffrey R. Carter
2016-11-10 22:29   ` J-P. Rosen
2016-11-12 11:36     ` Luke A. Guest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox