Ada Programming/Ada 95


Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

Ada 95 is the second revision of the language, preceded by Ada 83. It was standardized by the ISO in 1995. The Technical Corrigendum 1 was published in June 2001.[1]

New language features

Main additions:[2]

Character set

  • Latin-1 (8-bit) character set for identifiers
  • Type Character expanded to the 256 values of Latin-1 (8 bits)
  • New type Wide_Character (16-bit character type, UCS-2 encoding) and Wide_String

Specialized Needs Annexes

  • Annex C, "Systems Programming"
  • Annex D, "Real-Time Systems"
  • Annex E, "Distributed Systems"
  • Annex F, "Information Systems"
  • Annex G, "Numerics"
  • Annex H, "Safety and Security" (in Ada 2005 renamed to "High Integrity Systems")

Other language additions

Summary of what's new

New keywords

Ada 95 has 6 new keywords with respect to Ada 83 (69 keywords in total):

New pragmas

Added 29 pragmas, removed 5 (38 total):

New attributes

Added 52 attributes, removed 7 (85 total):

New library units

See also

Wikibook

References

References

  1. "WG9 Standards and Projects". Retrieved 2008-06-09. The Corrigendum is approved and was published in June 2001.
  2. Naomi Hamilton. "The A-Z of Programming Languages: Ada". Computerworld. Retrieved 2008-06-09. The "big three" Ada 95 language revisions were Hierarchical Libraries, Protected Objects, and Object-Oriented Programming.
Category:Book:Ada Programming#Ada%201995
Category:Book:Ada Programming Category:Pages using duplicate arguments in template calls