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]

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

New language features edit

Main additions:[2]

Character set edit

  • 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 edit

  • 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 edit

Summary of what's new edit

New keywords edit

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

  • abstract
  • aliased
  • protected
  • requeue
  • tagged
  • until

New pragmas edit

Added 29 pragmas, removed 5 (38 total):

New attributes edit

Added 52 attributes, removed 7 (85 total):

New library units edit

See also edit

Wikibook edit

References edit

References edit

  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.

External links edit