Category:Ada: Difference between revisions

From Rosetta Code
Content added Content deleted
m (* W-Grammar Description for Ada. Air Force Inst. of Tech., Wright-Patterson [http://www.ntis.gov/search/product.aspx?ABBR=ADA177802 - Master's thesis])
(Added Ada 2012 to the list.)
Line 9:
|safety=safe
|LCT=yes
|bnf=http://www.adaic.org/standards/1zrm/html/RM-P.html}}'''Ada''' is a structured, statically typed [[imperative programming|imperative]] computer programming language. Ada was initially standardized by [[ANSI]] in 1983 and by [[ISO]] in 1987. ItThis version of the language is calledcommonly known as [[Ada 83]]. The next version, known as [[Ada 95]], was standardized by ISO 1nin 1995 (ISO/IEC 8652:1995). Theand newestis versioncommonly ofknown theas standard was published in[[Ada March, 200795]]. That versionFollowing isthat officiallyISO calledpublished ISO/IEC 8652:1995/Amd 1:2007. Thisin version2007, which is officiallycommonly stillknown theas 1995[[Ada version2005]]. with anMost amendmentrecently inISO 2007published [http://www.ada-auth.org/standards/12rm/html/RM-TTL.html ItISO/IEC is8652:2012(E)], commonly known as [[Ada 20052012]]. Formally only the most recent version of the language is known as '''Ada'''.
 
The language is named after [[wp:Ada_Lovelace|Augusta Ada King, Countess of Lovelace]] thought to be the first ever programmer. Initially it was designed for [http://www.defense.gov U.S. Department of Defense]. The language is used for large and mission-critical systems. See [[wp:Ada_(programming_language)|also]].

Revision as of 10:35, 14 January 2013

Language
Ada
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (machine code)
Garbage collected: Allowed
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Ada.

Ada is a structured, statically typed imperative computer programming language. Ada was initially standardized by ANSI in 1983 and by ISO in 1987. This version of the language is commonly known as Ada 83. The next version was standardized by ISO in 1995 (ISO/IEC 8652:1995) and is commonly known as Ada 95. Following that ISO published ISO/IEC 8652:1995/Amd 1:2007 in 2007, which is commonly known as Ada 2005. Most recently ISO published ISO/IEC 8652:2012(E), commonly known as Ada 2012. Formally only the most recent version of the language is known as Ada.

The language is named after Augusta Ada King, Countess of Lovelace thought to be the first ever programmer. Initially it was designed for U.S. Department of Defense. The language is used for large and mission-critical systems. See also.

Grammar

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Ada"

The following 200 pages are in this category, out of 963 total.

(previous page) (next page)

C

(previous page) (next page)