<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ada83.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jelleke</id>
	<title>Ada 83 Memory - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ada83.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jelleke"/>
	<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Special:Contributions/Jelleke"/>
	<updated>2026-07-26T14:15:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=User_talk:Akritid&amp;diff=205</id>
		<title>User talk:Akritid</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=User_talk:Akritid&amp;diff=205"/>
		<updated>2026-01-23T12:14:13Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ada 83 Memory&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jelleke|Jelleke]] ([[User talk:Jelleke|talk]]) 13:14, 23 January 2026 (CET)&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=User_talk:Schonberg&amp;diff=204</id>
		<title>User talk:Schonberg</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=User_talk:Schonberg&amp;diff=204"/>
		<updated>2025-08-08T18:48:36Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ada 83 Memory&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jelleke|Jelleke]] ([[User talk:Jelleke|talk]]) 20:48, 8 August 2025 (CEST)&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=201</id>
		<title>GCC (GNAT)</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=201"/>
		<updated>2025-05-18T09:33:48Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add section about Ada 83 compatibility in GNAT and remove some unnecessary stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GNAT&#039;&#039;&#039; is a free software compiler for Ada which forms part of the GNU Compiler Collection (GCC). It supports all versions of the language, i.e. Ada&amp;amp;nbsp;2012, Ada&amp;amp;nbsp;2005, Ada&amp;amp;nbsp;95 and Ada&amp;amp;nbsp;83. Originally its name was an acronym that stood for &#039;&#039;&#039;&#039;&#039;G&#039;&#039;&#039;NU &#039;&#039;&#039;N&#039;&#039;&#039;YU &#039;&#039;&#039;A&#039;&#039;&#039;da &#039;&#039;&#039;T&#039;&#039;&#039;ranslator&#039;&#039;, but that name no longer applies. The front-end and run-time are written in Ada.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The GNAT project started in 1992 when the United States Air Force awarded New York University (NYU) a contract to build a free software compiler for Ada to help with the Ada&amp;amp;nbsp;9X standardization process. The 3-million-dollar contract required the use of the GNU General Public License for all development, and assigned the copyright to the Free Software Foundation. The first official validation of GNAT occurred in 1995.&lt;br /&gt;
&lt;br /&gt;
GNAT was initially released separately from the main GCC sources. On October 2, 2001, the GNAT sources were contributed to the GCC Concurrent Versions System repository.&amp;lt;ref&amp;gt;[https://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00028.html GCC CVS mailing list archive] &amp;quot;New language: Ada&amp;quot;&amp;lt;/ref&amp;gt; The last version to be released separately was GNAT 3.15p, based on GCC 2.8.1, on October 2, 2002. Starting with GCC 3.4, on major platforms the official GCC release is able to pass 100% of the [[Ada Conformity Assessment Test Suite|ACATS]] Ada tests included in the GCC testsuite. By GCC 4.0, more exotic platforms were also able to pass 100% of the ACATS tests.&lt;br /&gt;
&lt;br /&gt;
== Compatibility with Ada 83 ==&lt;br /&gt;
GNAT was developed with Ada 9x in mind. However Ada has pretty good backwards compatibility so often times you&#039;ll find that Ada 83 code can compile fine on newer compilers. If you want to disallow any newer language features from Ada 95 and upwards however, you can tease GNAT into an Ada 83 compatibility mode. To do this you can pass the &#039;&#039;&#039;-gnat83&#039;&#039;&#039; switch to GCC&amp;lt;ref&amp;gt;[https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gnat_ugn_unw/Compiling-Different-Versions-of-Ada.html] Ada 83 compatibility mode with the &#039;&#039;&#039;-gnat83&#039;&#039;&#039; switch in GNAT&amp;lt;/ref&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
The compiler is licensed under the terms of the GNU General Public License Version 3 with GCC Runtime Library Exception.&lt;br /&gt;
&lt;br /&gt;
All versions leading up to and including 3.15p are licensed under the GMGPL offering similar runtime exceptions. The GMGPL license is GNU GPL 2 with a linking exception that permits software with licenses that are incompatible with the GPL to be linked with the output of Ada standard generic libraries that are supplied with GNAT without breaching the license agreement.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
&lt;br /&gt;
[https://getadanow.com/ FSF GNAT] is part of most major Linux or BSD distributions and is included in the main GCC Sources.&lt;br /&gt;
&lt;br /&gt;
GNAT Pro is a supported version of GNAT from AdaCore.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Attribution|Wikipedia contributors|https://en.wikipedia.org/wiki/GNAT}}&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=193</id>
		<title>Welcome to Ada 83 Memory</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=193"/>
		<updated>2025-05-18T07:13:16Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add notes section, make headings use default styling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ada 83 Memory.png|center|alt=Ada 83 Memory|420px]]&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
[[File:Ada Lovelace portrait.png|thumb|---  Ada Lovelace by A.E.Chalon (1840)  ---]]&lt;br /&gt;
&lt;br /&gt;
==Motivations==&lt;br /&gt;
&lt;br /&gt;
This site aims to preserve heritage elements of the original Ada® language (now called &#039;&#039;&#039;Ada 83&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a computer programming language set in its standard in 1983, and for which a fairly formidable design effort was deployed over nearly a decade, following which the language in its original form was used in large-scale projects over the following decade. Then revisions of the language were made which certainly increased its possibilities, but at the heavy cost of rather considerable complications on an originally quite sophisticated base which proved sufficient for many applications. &lt;br /&gt;
&lt;br /&gt;
At the time of its availability, &#039;&#039;&#039;Ada 83&#039;&#039;&#039; was considered a “big” language, the compilation of which put contemporary machines to the test. On current systems in these 2020s, the compilation of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; has become easy. &lt;br /&gt;
&lt;br /&gt;
The extraordinary qualities of this language are, despite its age, still of particular interest from the point of view of software engineering. Since the operating principles of digital machines have not changed so much, the &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language is still perfectly usable&lt;br /&gt;
and capable of providing services. Despite Ada 83&#039;s seemingly old age it is predated by other languages like C&amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/C_(programming_language)] C programming language&amp;lt;/ref&amp;gt; and &amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/Pascal_(programming_language)] Pascal programming language&amp;lt;/ref&amp;gt; Pascal that are still in use today.&lt;br /&gt;
&lt;br /&gt;
At the very least, it is essential to preserve &#039;&#039;&#039;Ada 83&#039;&#039;&#039;, its resources, its conceptual atmosphere, these works of human genius in the field of digital&lt;br /&gt;
information processing.&lt;br /&gt;
&lt;br /&gt;
This site is thus a place dedicated to the [[Documentation|ANSI/MIL-STD-1815A-1983]] version of the Ada computer programming language ; version known today as &#039;&#039;&#039;Ada 83&#039;&#039;&#039; to distinguish it from later versions (Ada 95, Ada 2005, Ada 2012, Ada 2022).&lt;br /&gt;
&lt;br /&gt;
The [[documentation|specification]] of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; (the Ada Language Reference Manual) is close to 170 paper sheets long (around 270 pages of language definition proper), which makes it integrally accessible to an individual reader.&lt;br /&gt;
&lt;br /&gt;
The Ada language still exists but evolved so much that we wanted to preserve elements of the original version of the language. &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a peculiar programming universe that really deserves preservation, both for computer history purpose and as an example of a specially well designed tool for software reliability, readability, maintenance. We believe that &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is still useful forty years later.&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
&lt;br /&gt;
This site aims at gathering :&lt;br /&gt;
&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_history|history]]&#039;&#039;&#039; facts&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_tools|tools]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[documentation]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_examples|examples]]&#039;&#039;&#039; written in &#039;&#039;&#039;Ada 83&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The interest is also about &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language machines like the [[Rational_R1000_Ada83_machine|Rational R1000]] and the [[iAPX_432_Ada83_machine|iAPX 432]].&lt;br /&gt;
&lt;br /&gt;
==Participate==&lt;br /&gt;
&lt;br /&gt;
Feel free to participate to the elaboration of Ada 83 Memory whether you are a veteran of the 1980ies or a programming history enthusiast. Nonetheless be aware that only &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is of interest here, no Ada 95 or later version will be considered (or only marginally if it serves an analytical purpose).&lt;br /&gt;
&lt;br /&gt;
[[Special:RequestAccount|You can request your account here]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=192</id>
		<title>Welcome to Ada 83 Memory</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=192"/>
		<updated>2025-05-18T07:11:38Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add references and some internal links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ada 83 Memory.png|center|alt=Ada 83 Memory|420px]]&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
[[File:Ada Lovelace portrait.png|thumb|---  Ada Lovelace by A.E.Chalon (1840)  ---]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Motivations&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This site aims to preserve heritage elements of the original Ada® language (now called &#039;&#039;&#039;Ada 83&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a computer programming language set in its standard in 1983, and for which a fairly formidable design effort was deployed over nearly a decade, following which the language in its original form was used in large-scale projects over the following decade. Then revisions of the language were made which certainly increased its possibilities, but at the heavy cost of rather considerable complications on an originally quite sophisticated base which proved sufficient for many applications. &lt;br /&gt;
&lt;br /&gt;
At the time of its availability, &#039;&#039;&#039;Ada 83&#039;&#039;&#039; was considered a “big” language, the compilation of which put contemporary machines to the test. On current systems in these 2020s, the compilation of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; has become easy. &lt;br /&gt;
&lt;br /&gt;
The extraordinary qualities of this language are, despite its age, still of particular interest from the point of view of software engineering. Since the operating principles of digital machines have not changed so much, the &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language is still perfectly usable&lt;br /&gt;
and capable of providing services. Despite Ada 83&#039;s seemingly old age it is predated by other languages like C&amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/C_(programming_language)] C programming language&amp;lt;/ref&amp;gt; and &amp;lt;ref&amp;gt;[https://en.wikipedia.org/wiki/Pascal_(programming_language)] Pascal programming language&amp;lt;/ref&amp;gt; Pascal that are still in use today.&lt;br /&gt;
&lt;br /&gt;
At the very least, it is essential to preserve &#039;&#039;&#039;Ada 83&#039;&#039;&#039;, its resources, its conceptual atmosphere, these works of human genius in the field of digital&lt;br /&gt;
information processing.&lt;br /&gt;
&lt;br /&gt;
This site is thus a place dedicated to the [[Documentation|ANSI/MIL-STD-1815A-1983]] version of the Ada computer programming language ; version known today as &#039;&#039;&#039;Ada 83&#039;&#039;&#039; to distinguish it from later versions (Ada 95, Ada 2005, Ada 2012, Ada 2022).&lt;br /&gt;
&lt;br /&gt;
The [[documentation|specification]] of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; (the Ada Language Reference Manual) is close to 170 paper sheets long (around 270 pages of language definition proper), which makes it integrally accessible to an individual reader.&lt;br /&gt;
&lt;br /&gt;
The Ada language still exists but evolved so much that we wanted to preserve elements of the original version of the language. &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a peculiar programming universe that really deserves preservation, both for computer history purpose and as an example of a specially well designed tool for software reliability, readability, maintenance. We believe that &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is still useful forty years later.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Purpose&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
This site aims at gathering :&lt;br /&gt;
&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_history|history]]&#039;&#039;&#039; facts&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_tools|tools]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[documentation]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_examples|examples]]&#039;&#039;&#039; written in &#039;&#039;&#039;Ada 83&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The interest is also about &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language machines like the [[Rational_R1000_Ada83_machine|Rational R1000]] and the [[iAPX_432_Ada83_machine|iAPX 432]].&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Participate&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
Feel free to participate to the elaboration of Ada 83 Memory whether you are a veteran of the 1980ies or a programming history enthusiast. Nonetheless be aware that only &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is of interest here, no Ada 95 or later version will be considered (or only marginally if it serves an analytical purpose).&lt;br /&gt;
&lt;br /&gt;
[[Special:RequestAccount|You can request your account here]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=User_talk:LionelDraghi&amp;diff=191</id>
		<title>User talk:LionelDraghi</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=User_talk:LionelDraghi&amp;diff=191"/>
		<updated>2025-05-17T12:58:31Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ada 83 Memory&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jelleke|Jelleke]] ([[User talk:Jelleke|talk]]) 14:58, 17 May 2025 (CEST)&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=190</id>
		<title>Welcome to Ada 83 Memory</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=190"/>
		<updated>2025-05-17T12:54:00Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ada 83 Memory.png|center|alt=Ada 83 Memory|420px]]&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
[[File:Ada Lovelace portrait.png|thumb|---  Ada Lovelace by A.E.Chalon (1840)  ---]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Motivations&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This site aims to preserve heritage elements of the original Ada® language (now called &#039;&#039;&#039;Ada 83&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a computer programming language set in its standard in 1983, and for which a fairly formidable design effort was deployed over nearly a decade, following which the language in its original form was used in large-scale projects over the following decade. Then revisions of the language were made which certainly increased its possibilities, but at the heavy cost of rather considerable complications on an originally quite sophisticated base which proved sufficient for many applications. &lt;br /&gt;
&lt;br /&gt;
At the time of its availability, &#039;&#039;&#039;Ada 83&#039;&#039;&#039; was considered a “big” language, the compilation of which put contemporary machines to the test. On current systems in these 2020s, the compilation of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; has become easy. &lt;br /&gt;
&lt;br /&gt;
The extraordinary qualities of this language are, despite its forty-one-year-old age in 2024, still of particular interest from the point of view of software engineering. Since the operating principles of digital machines have not changed so much, the &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language is still perfectly usable&lt;br /&gt;
and capable of providing services. Pascal, which predates it, is still used (albeit with object extensions), and the C language, whose contribution to&lt;br /&gt;
software engineering cannot be considered positively transcendent, is also. &lt;br /&gt;
&lt;br /&gt;
At the very least, it is essential to preserve &#039;&#039;&#039;Ada 83&#039;&#039;&#039;, its resources, its conceptual atmosphere, these works of human genius in the field of digital&lt;br /&gt;
information processing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This site is thus a place dedicated to the ANSI/MIL-STD-1815A-1983 version of the Ada computer programming language ; version known today as &#039;&#039;&#039;Ada 83&#039;&#039;&#039; to distinguish it from later versions (Ada 95, Ada 2005, Ada 2012).&lt;br /&gt;
&lt;br /&gt;
The specification of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; (the Ada Language Reference Manual) is close to 170 paper sheets long (around 270 pages of language definition proper), which makes it integrally accessible to an individual reader.&lt;br /&gt;
&lt;br /&gt;
The Ada language still exists but evolved so much that we wanted to preserve elements of the original version of the language. &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a peculiar programming universe that really deserves preservation, both for computer history purpose and as an example of a specially well designed tool for software reliability, readability, maintenance. We believe that &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is still useful forty years later.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Purpose&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
This site aims at gathering :&lt;br /&gt;
&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_history|history]]&#039;&#039;&#039; facts&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_tools|tools]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[documentation]]&#039;&#039;&#039;&lt;br /&gt;
*  &#039;&#039;&#039;[[Ada_83_examples|examples]]&#039;&#039;&#039; written in &#039;&#039;&#039;Ada 83&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The interest is also about &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language machines like the [[Rational_R1000_Ada83_machine|Rational R1000]] and the [[iAPX_432_Ada83_machine|iAPX 432]].&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Participate&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
Feel free to participate to the elaboration of Ada 83 Memory whether you are a veteran of the 1980ies or a programming history enthusiast. Nonetheless be aware that only &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is of interest here, no Ada 95 or later version will be considered (or only marginally if it serves an analytical purpose).&lt;br /&gt;
&lt;br /&gt;
[[Special:RequestAccount|You can request your account here]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=189</id>
		<title>Template:Attribution</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=189"/>
		<updated>2025-05-17T12:51:33Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;small&amp;gt;&amp;amp;bullet; Content created by &#039;&#039;&#039;{{{1}}}&#039;&#039;&#039; was used to create this page. Original source: {{{2}}}.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=188</id>
		<title>Template:Attribution</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=188"/>
		<updated>2025-05-17T12:51:10Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;small&amp;gt;&amp;amp;bullet; Content created by &#039;&#039;&#039;{{{1}}}&#039;&#039;&#039; was used to create this page. Original source:{{{2}}}.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=187</id>
		<title>Template:Attribution</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=187"/>
		<updated>2025-05-17T12:49:43Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;small&amp;gt;&amp;amp;bullet; Content created by {{{1}}} was used to create this page. Original source:{{{2}}}.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=186</id>
		<title>Template:Attribution</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Template:Attribution&amp;diff=186"/>
		<updated>2025-05-17T12:48:22Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Initial copyright attribution template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;small&amp;gt;&amp;amp;bullet; Content created by {{{1}}} was used to create this. Copyright attribution to [{{{1}}}]({{{2}}}).&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=185</id>
		<title>GCC (GNAT)</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=185"/>
		<updated>2025-05-17T12:33:35Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add attribution to Wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GNAT&#039;&#039;&#039; is a free software compiler for Ada which forms part of the GNU Compiler Collection (GCC). It supports all versions of the language, i.e. Ada&amp;amp;nbsp;2012, Ada&amp;amp;nbsp;2005, Ada&amp;amp;nbsp;95 and Ada&amp;amp;nbsp;83. Originally its name was an acronym that stood for &#039;&#039;&#039;&#039;&#039;G&#039;&#039;&#039;NU &#039;&#039;&#039;N&#039;&#039;&#039;YU &#039;&#039;&#039;A&#039;&#039;&#039;da &#039;&#039;&#039;T&#039;&#039;&#039;ranslator&#039;&#039;, but that name no longer applies. The front-end and run-time are written in Ada.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The GNAT project started in 1992 when the United States Air Force awarded New York University (NYU) a contract to build a free software compiler for Ada to help with the Ada&amp;amp;nbsp;9X standardization process. The 3-million-dollar contract required the use of the GNU General Public License for all development, and assigned the copyright to the Free Software Foundation. The first official validation of GNAT occurred in 1995.&lt;br /&gt;
&lt;br /&gt;
GNAT was initially released separately from the main GCC sources. On October 2, 2001, the GNAT sources were contributed to the GCC Concurrent Versions System repository.&amp;lt;ref&amp;gt;[https://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00028.html GCC CVS mailing list archive] &amp;quot;New language: Ada&amp;quot;&amp;lt;/ref&amp;gt; The last version to be released separately was GNAT 3.15p, based on GCC 2.8.1, on October 2, 2002. Starting with GCC 3.4, on major platforms the official GCC release is able to pass 100% of the [[Ada Conformity Assessment Test Suite|ACATS]] Ada tests included in the GCC testsuite. By GCC 4.0, more exotic platforms were also able to pass 100% of the ACATS tests.&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
The compiler is licensed under the terms of the GNU General Public License Version 3 with GCC Runtime Library Exception.&lt;br /&gt;
&lt;br /&gt;
All versions leading up to and including 3.15p are licensed under the GMGPL offering similar runtime exceptions. The GMGPL license is GNU GPL 2 with a linking exception that permits software with licenses that are incompatible with the GPL to be linked with the output of Ada standard generic libraries that are supplied with GNAT without breaching the license agreement.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
&lt;br /&gt;
FSF GNAT is part of most major Linux or BSD distributions and is included in the main GCC Sources.&lt;br /&gt;
&lt;br /&gt;
GNAT Pro is a supported version of GNAT from AdaCore.&lt;br /&gt;
&lt;br /&gt;
In addition to FSF GNAT and AdaCore&#039;s GNAT Pro, AdaCore releases additional versions (GNAT-GPL, a public older version of GNAT Pro, and GNAT GAP, a version for AdaCore&#039;s educational programs). These AdaCore versions have the runtime exceptions removed, this requires software that is linked with the standard libraries to have GPL-compatible licenses to avoid being in breach of the license agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JGNAT&#039;&#039;&#039; was a GNAT version that compiled from the Ada programming language to Java bytecode.&lt;br /&gt;
&#039;&#039;&#039;GNAT for dotNET&#039;&#039;&#039; is a GNAT version that compiles from the Ada programming language to Common Language Infrastructure for the .NET Framework and the free and open source implementations Mono and Portable.NET.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Attribution|Wikipedia contributors|https://en.wikipedia.org/wiki/GNAT}}&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=184</id>
		<title>GCC (GNAT)</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=184"/>
		<updated>2025-05-17T12:04:50Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Remove broken/missing references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GNAT&#039;&#039;&#039; is a free software compiler for Ada which forms part of the GNU Compiler Collection (GCC). It supports all versions of the language, i.e. Ada&amp;amp;nbsp;2012, Ada&amp;amp;nbsp;2005, Ada&amp;amp;nbsp;95 and Ada&amp;amp;nbsp;83. Originally its name was an acronym that stood for &#039;&#039;&#039;&#039;&#039;G&#039;&#039;&#039;NU &#039;&#039;&#039;N&#039;&#039;&#039;YU &#039;&#039;&#039;A&#039;&#039;&#039;da &#039;&#039;&#039;T&#039;&#039;&#039;ranslator&#039;&#039;, but that name no longer applies. The front-end and run-time are written in Ada.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The GNAT project started in 1992 when the United States Air Force awarded New York University (NYU) a contract to build a free software compiler for Ada to help with the Ada&amp;amp;nbsp;9X standardization process. The 3-million-dollar contract required the use of the GNU General Public License for all development, and assigned the copyright to the Free Software Foundation. The first official validation of GNAT occurred in 1995.&lt;br /&gt;
&lt;br /&gt;
GNAT was initially released separately from the main GCC sources. On October 2, 2001, the GNAT sources were contributed to the GCC Concurrent Versions System repository.&amp;lt;ref&amp;gt;[https://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00028.html GCC CVS mailing list archive] &amp;quot;New language: Ada&amp;quot;&amp;lt;/ref&amp;gt; The last version to be released separately was GNAT 3.15p, based on GCC 2.8.1, on October 2, 2002. Starting with GCC 3.4, on major platforms the official GCC release is able to pass 100% of the [[Ada Conformity Assessment Test Suite|ACATS]] Ada tests included in the GCC testsuite. By GCC 4.0, more exotic platforms were also able to pass 100% of the ACATS tests.&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
The compiler is licensed under the terms of the GNU General Public License Version 3 with GCC Runtime Library Exception.&lt;br /&gt;
&lt;br /&gt;
All versions leading up to and including 3.15p are licensed under the GMGPL offering similar runtime exceptions. The GMGPL license is GNU GPL 2 with a linking exception that permits software with licenses that are incompatible with the GPL to be linked with the output of Ada standard generic libraries that are supplied with GNAT without breaching the license agreement.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
&lt;br /&gt;
FSF GNAT is part of most major Linux or BSD distributions and is included in the main GCC Sources.&lt;br /&gt;
&lt;br /&gt;
GNAT Pro is a supported version of GNAT from AdaCore.&lt;br /&gt;
&lt;br /&gt;
In addition to FSF GNAT and AdaCore&#039;s GNAT Pro, AdaCore releases additional versions (GNAT-GPL, a public older version of GNAT Pro, and GNAT GAP, a version for AdaCore&#039;s educational programs). These AdaCore versions have the runtime exceptions removed, this requires software that is linked with the standard libraries to have GPL-compatible licenses to avoid being in breach of the license agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JGNAT&#039;&#039;&#039; was a GNAT version that compiled from the Ada programming language to Java bytecode.&lt;br /&gt;
&#039;&#039;&#039;GNAT for dotNET&#039;&#039;&#039; is a GNAT version that compiles from the Ada programming language to Common Language Infrastructure for the .NET Framework and the free and open source implementations Mono and Portable.NET.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=183</id>
		<title>GCC (GNAT)</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=183"/>
		<updated>2025-05-17T08:20:05Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add notes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GNAT&#039;&#039;&#039; is a free software compiler for Ada which forms part of the GNU Compiler Collection (GCC). It supports all versions of the language, i.e. Ada&amp;amp;nbsp;2012, Ada&amp;amp;nbsp;2005, Ada&amp;amp;nbsp;95 and Ada&amp;amp;nbsp;83. Originally its name was an [[acronym]] that stood for &#039;&#039;&#039;&#039;&#039;G&#039;&#039;&#039;NU &#039;&#039;&#039;N&#039;&#039;&#039;YU &#039;&#039;&#039;A&#039;&#039;&#039;da &#039;&#039;&#039;T&#039;&#039;&#039;ranslator&#039;&#039;, but that name no longer applies. The front-end and run-time are written in Ada.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The GNAT project started in 1992 when the United States Air Force awarded New York University (NYU) a contract to build a free software compiler for Ada to help with the Ada&amp;amp;nbsp;9X standardization process. The 3-million-dollar contract required the use of the GNU General Public License for all development, and assigned the copyright to the Free Software Foundation. The first official validation of GNAT occurred in 1995.&lt;br /&gt;
&lt;br /&gt;
GNAT was initially released separately from the main GCC sources. On October 2, 2001, the GNAT sources were contributed to the GCC Concurrent Versions System repository.&amp;lt;ref&amp;gt;[https://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00028.html GCC CVS mailing list archive] &amp;quot;New language: Ada&amp;quot;&amp;lt;/ref&amp;gt; The last version to be released separately was GNAT 3.15p, based on GCC 2.8.1, on October 2, 2002. Starting with GCC 3.4, on major platforms the official GCC release is able to pass 100% of the [[Ada Conformity Assessment Test Suite|ACATS]] Ada tests included in the GCC testsuite. By GCC 4.0, more exotic platforms were also able to pass 100% of the ACATS tests.&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
The compiler is licensed under the terms of the [[GNU General Public License#Version 3|GNU GPL 3+]] with GCC Runtime Library Exception.&amp;lt;ref name=&amp;quot;GCC Runtime Library Exception&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All versions leading up to and including 3.15p are licensed under the GMGPL offering similar runtime exceptions. The GMGPL license is GNU GPL 2 with a linking exception that permits software with licenses that are incompatible with the GPL to be linked with the output of Ada standard generic libraries that are supplied with GNAT without breaching the license agreement.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
&lt;br /&gt;
FSF GNAT is part of most major Linux or BSD distributions and is included in the main GCC Sources.&lt;br /&gt;
&lt;br /&gt;
GNAT Pro is a supported version of GNAT from [[AdaCore]].&lt;br /&gt;
&lt;br /&gt;
In addition to FSF GNAT and AdaCore&#039;s GNAT Pro, AdaCore releases additional versions (GNAT-GPL, a public older version of GNAT Pro, and GNAT GAP, a version for AdaCore&#039;s educational programs).&amp;lt;ref&amp;gt;{{Cite web|title=GNAT Pro Comparison|url=https://www.adacore.com/gnatpro/comparison|access-date=2021-08-17|website=AdaCore|language=en}}&amp;lt;/ref&amp;gt; These AdaCore versions have the runtime exceptions removed, this requires software that is linked with the standard libraries to have GPL-compatible licenses to avoid being in breach of the license agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JGNAT&#039;&#039;&#039; was a GNAT version that compiled from the Ada programming language to Java bytecode.&lt;br /&gt;
&#039;&#039;&#039;GNAT for dotNET&#039;&#039;&#039; is a GNAT version that compiles from the Ada programming language to Common Language Infrastructure for the .NET Framework and the free and open source implementations Mono and Portable.NET.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=182</id>
		<title>GCC (GNAT)</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=GCC_(GNAT)&amp;diff=182"/>
		<updated>2025-05-17T08:02:23Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Copy and slightly edit wikipedia page on Gnat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GNAT&#039;&#039;&#039; is a free software compiler for Ada which forms part of the GNU Compiler Collection (GCC). It supports all versions of the language, i.e. Ada&amp;amp;nbsp;2012, Ada&amp;amp;nbsp;2005, Ada&amp;amp;nbsp;95 and Ada&amp;amp;nbsp;83. Originally its name was an [[acronym]] that stood for &#039;&#039;&#039;&#039;&#039;G&#039;&#039;&#039;NU &#039;&#039;&#039;N&#039;&#039;&#039;YU &#039;&#039;&#039;A&#039;&#039;&#039;da &#039;&#039;&#039;T&#039;&#039;&#039;ranslator&#039;&#039;, but that name no longer applies. The front-end and run-time are written in Ada.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The GNAT project started in 1992 when the United States Air Force awarded New York University (NYU) a contract to build a free software compiler for Ada to help with the Ada&amp;amp;nbsp;9X standardization process. The 3-million-dollar contract required the use of the GNU General Public License for all development, and assigned the copyright to the Free Software Foundation. The first official validation of GNAT occurred in 1995.&lt;br /&gt;
&lt;br /&gt;
GNAT was initially released separately from the main GCC sources. On October 2, 2001, the GNAT sources were contributed to the GCC Concurrent Versions System repository.&amp;lt;ref&amp;gt;[https://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00028.html GCC CVS mailing list archive] &amp;quot;New language: Ada&amp;quot;&amp;lt;/ref&amp;gt; The last version to be released separately was GNAT 3.15p, based on GCC 2.8.1, on October 2, 2002. Starting with GCC 3.4, on major platforms the official GCC release is able to pass 100% of the [[Ada Conformity Assessment Test Suite|ACATS]] Ada tests included in the GCC testsuite. By GCC 4.0, more exotic platforms were also able to pass 100% of the ACATS tests.&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
The compiler is licensed under the terms of the [[GNU General Public License#Version 3|GNU GPL 3+]] with GCC Runtime Library Exception.&amp;lt;ref name=&amp;quot;GCC Runtime Library Exception&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All versions leading up to and including 3.15p are licensed under the GMGPL offering similar runtime exceptions. The GMGPL license is GNU GPL 2 with a linking exception that permits software with licenses that are incompatible with the GPL to be linked with the output of Ada standard generic libraries that are supplied with GNAT without breaching the license agreement.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
&lt;br /&gt;
FSF GNAT is part of most major Linux or BSD distributions and is included in the main GCC Sources.&lt;br /&gt;
&lt;br /&gt;
GNAT Pro is a supported version of GNAT from [[AdaCore]].&lt;br /&gt;
&lt;br /&gt;
In addition to FSF GNAT and AdaCore&#039;s GNAT Pro, AdaCore releases additional versions (GNAT-GPL, a public older version of GNAT Pro, and GNAT GAP, a version for AdaCore&#039;s educational programs).&amp;lt;ref&amp;gt;{{Cite web|title=GNAT Pro Comparison|url=https://www.adacore.com/gnatpro/comparison|access-date=2021-08-17|website=AdaCore|language=en}}&amp;lt;/ref&amp;gt; These AdaCore versions have the runtime exceptions removed, this requires software that is linked with the standard libraries to have GPL-compatible licenses to avoid being in breach of the license agreement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JGNAT&#039;&#039;&#039; was a GNAT version that compiled from the Ada programming language to Java bytecode.&lt;br /&gt;
&#039;&#039;&#039;GNAT for dotNET&#039;&#039;&#039; is a GNAT version that compiles from the Ada programming language to Common Language Infrastructure for the .NET Framework and the free and open source implementations Mono and Portable.NET.&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=User_talk:Rosen&amp;diff=168</id>
		<title>User talk:Rosen</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=User_talk:Rosen&amp;diff=168"/>
		<updated>2025-05-06T09:10:33Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ada 83 Memory&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Jelleke|Jelleke]] ([[User talk:Jelleke|talk]]) 11:10, 6 May 2025 (CEST)&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Compilers&amp;diff=142</id>
		<title>Compilers</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Compilers&amp;diff=142"/>
		<updated>2025-04-01T06:52:54Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
This page intends to list all Ada 83 compilers and interpreters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Ada/Ed]]&lt;br /&gt;
* [[DEC Ada]]&lt;br /&gt;
* [[GCC (GNAT)]]&lt;br /&gt;
* [[Green Hills Ada]]&lt;br /&gt;
* [[Janus/Ada]]&lt;br /&gt;
* [[LegacyAda/390]]&lt;br /&gt;
* [[ObjectAda]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Compilers&amp;diff=141</id>
		<title>Compilers</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Compilers&amp;diff=141"/>
		<updated>2025-03-31T18:27:12Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
This page intends to list all Ada 83 compilers and interpreters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Ada/Ed]]&lt;br /&gt;
* [[DEC Ada]]&lt;br /&gt;
* [[GCC (GNAT)]]&lt;br /&gt;
* [[Green Hills Ada]]&lt;br /&gt;
* [[Janus/Ada]]&lt;br /&gt;
* [[ObjectAda]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Template:Stub&amp;diff=140</id>
		<title>Template:Stub</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Template:Stub&amp;diff=140"/>
		<updated>2025-03-31T15:28:25Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Created page with &amp;quot;&amp;lt;div style=&amp;quot;background-color: #ddf5eb; border-style: solid; border-width: 1px; padding: 5px;&amp;quot;&amp;gt; &amp;lt;h2&amp;gt;Stub&amp;lt;/h2&amp;gt; This is a stub, meaning that this page still lacks content. Feel free to request an account and help fill it. &amp;lt;/div&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background-color: #ddf5eb; border-style: solid; border-width: 1px; padding: 5px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Stub&amp;lt;/h2&amp;gt;&lt;br /&gt;
This is a stub, meaning that this page still lacks content. Feel free to [[Special:RequestAccount|request an account]] and help fill it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Compilers&amp;diff=139</id>
		<title>Compilers</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Compilers&amp;diff=139"/>
		<updated>2025-03-31T15:14:51Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Created page with &amp;quot;{{stub}}  This page intends to list all Ada 83 compilers and interpreters.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
This page intends to list all Ada 83 compilers and interpreters.&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=132</id>
		<title>Welcome to Ada 83 Memory</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=132"/>
		<updated>2025-03-12T21:07:11Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add logo on top&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ada 83 Memory.png|center|alt=Ada 83 Memory|500px]]&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
[[File:Ada Lovelace portrait.png|thumb|---  Ada Lovelace by A.E.Chalon (1840)  ---]]&lt;br /&gt;
&lt;br /&gt;
This site aims to preserve heritage elements of the original Ada® language (now called &#039;&#039;&#039;Ada 83&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a computer programming language set in its standard in 1983, and for which a fairly formidable design effort was deployed over nearly a decade, following which the language in its original form was used in large-scale projects over the following decade. Then revisions of the language were made which certainly increased its possibilities, but at the heavy cost of rather considerable complications on an originally quite sophisticated base which proved sufficient for many applications. &lt;br /&gt;
&lt;br /&gt;
At the time of its availability, &#039;&#039;&#039;Ada 83&#039;&#039;&#039; was considered a “big” language, the compilation of which put contemporary machines to the test. On current systems in these 2020s, the compilation of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; has become easy. &lt;br /&gt;
&lt;br /&gt;
The extraordinary qualities of this language are, despite its forty-one-year-old age in 2024, still of particular interest from the point of view of software engineering. Since the operating principles of digital machines have not changed so much, the &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language is still perfectly usable&lt;br /&gt;
and capable of providing services. Pascal, which predates it, is still used (albeit with object extensions), and the C language, whose contribution to&lt;br /&gt;
software engineering cannot be considered positively transcendent, is also. &lt;br /&gt;
&lt;br /&gt;
At the very least, it is essential to preserve &#039;&#039;&#039;Ada 83&#039;&#039;&#039;, its resources, its conceptual atmosphere, these works of human genius in the field of digital&lt;br /&gt;
information processing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This site is thus a place dedicated to the ANSI/MIL-STD-1815A-1983 version of the Ada computer programming language ; version known today as &#039;&#039;&#039;Ada 83&#039;&#039;&#039; to distinguish it from later versions (Ada 95, Ada 2005, Ada 2012).&lt;br /&gt;
&lt;br /&gt;
The specification of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; (the Ada Language Reference Manual) is around 175 pages long, which makes it accessible to an individual.&lt;br /&gt;
&lt;br /&gt;
The Ada language still exists but evolved so much that we wanted to preserve elements of the original version of the language. &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a peculiar programming universe that really deserves preservation, both for computer history purpose and as an example of a specially well designed tool for software reliability, readability, maintenance. We believe that &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is still useful forty years later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This site aims at gathering [[Ada_83_history|history]] facts and [[Ada_83_tools|tools]] or [[Ada_83_examples|examples]] written in &#039;&#039;&#039;Ada 83&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Feel free to participate to the elaboration of Ada 83 Memory if you are a veteran of the 1980ies . Nonetheless be aware that only &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is of interest here, no Ada 95 or later version will be considered (or only marginally if it serves an analytical purpose).&lt;br /&gt;
&lt;br /&gt;
[[Special:RequestAccount|You can request your account here]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=File:Ada_83_Memory.png&amp;diff=131</id>
		<title>File:Ada 83 Memory.png</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=File:Ada_83_Memory.png&amp;diff=131"/>
		<updated>2025-03-12T21:01:49Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ada 83 Memory logo&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=File:Ada_83_Memory_Logo.svg&amp;diff=130</id>
		<title>File:Ada 83 Memory Logo.svg</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=File:Ada_83_Memory_Logo.svg&amp;diff=130"/>
		<updated>2025-03-12T20:55:35Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ada 83 Memory Logo&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
	<entry>
		<id>https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=128</id>
		<title>Welcome to Ada 83 Memory</title>
		<link rel="alternate" type="text/html" href="https://ada83.org/wiki/index.php?title=Welcome_to_Ada_83_Memory&amp;diff=128"/>
		<updated>2025-03-12T18:45:53Z</updated>

		<summary type="html">&lt;p&gt;Jelleke: Add a &amp;quot;Request account&amp;quot; link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ada Lovelace portrait.png|thumb|---  Ada Lovelace by A.E.Chalon (1840)  ---]]&lt;br /&gt;
&lt;br /&gt;
This site aims to preserve heritage elements of the original Ada® language (now called &#039;&#039;&#039;Ada 83&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a computer programming language set in its standard in 1983, and for which a fairly formidable design effort was deployed over nearly a decade, following which the language in its original form was used in large-scale projects over the following decade. Then revisions of the language were made which certainly increased its possibilities, but at the heavy cost of rather considerable complications on an originally quite sophisticated base which proved sufficient for many applications. &lt;br /&gt;
&lt;br /&gt;
At the time of its availability, &#039;&#039;&#039;Ada 83&#039;&#039;&#039; was considered a “big” language, the compilation of which put contemporary machines to the test. On current systems in these 2020s, the compilation of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; has become easy. &lt;br /&gt;
&lt;br /&gt;
The extraordinary qualities of this language are, despite its forty-one-year-old age in 2024, still of particular interest from the point of view of software engineering. Since the operating principles of digital machines have not changed so much, the &#039;&#039;&#039;Ada 83&#039;&#039;&#039; language is still perfectly usable&lt;br /&gt;
and capable of providing services. Pascal, which predates it, is still used (albeit with object extensions), and the C language, whose contribution to&lt;br /&gt;
software engineering cannot be considered positively transcendent, is also. &lt;br /&gt;
&lt;br /&gt;
At the very least, it is essential to preserve &#039;&#039;&#039;Ada 83&#039;&#039;&#039;, its resources, its conceptual atmosphere, these works of human genius in the field of digital&lt;br /&gt;
information processing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This site is thus a place dedicated to the ANSI/MIL-STD-1815A-1983 version of the Ada computer programming language ; version known today as &#039;&#039;&#039;Ada 83&#039;&#039;&#039; to distinguish it from later versions (Ada 95, Ada 2005, Ada 2012).&lt;br /&gt;
&lt;br /&gt;
The specification of &#039;&#039;&#039;Ada 83&#039;&#039;&#039; (the Ada Language Reference Manual) is around 175 pages long, which makes it accessible to an individual.&lt;br /&gt;
&lt;br /&gt;
The Ada language still exists but evolved so much that we wanted to preserve elements of the original version of the language. &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is a peculiar programming universe that really deserves preservation, both for computer history purpose and as an example of a specially well designed tool for software reliability, readability, maintenance. We believe that &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is still useful forty years later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This site aims at gathering [[Ada_83_history|history]] facts and [[Ada_83_tools|tools]] or [[Ada_83_examples|examples]] written in &#039;&#039;&#039;Ada 83&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Feel free to participate to the elaboration of Ada 83 Memory if you are a veteran of the 1980ies . Nonetheless be aware that only &#039;&#039;&#039;Ada 83&#039;&#039;&#039; is of interest here, no Ada 95 or later version will be considered (or only marginally if it serves an analytical purpose).&lt;br /&gt;
&lt;br /&gt;
[[Special:RequestAccount|You can request your account here]]&lt;/div&gt;</summary>
		<author><name>Jelleke</name></author>
	</entry>
</feed>