Skip to content

Commit c66ddfc

Browse files
authored
Merge pull request github#1480 from jquorning/ada
Add Ada topic
2 parents ae03e5d + c2e09f1 commit c66ddfc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

topics/ada/ada.png

48.5 KB
Loading

topics/ada/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: ada-2012, ada2012, ada95
3+
display_name: Ada
4+
logo: ada.png
5+
related: ada-programs, ada-binding, ada-language, spark-ada, spark, gnat, ada-framework, ada-library, gpr, ada-stuff
6+
short_description: Ada is a structured, statically typed, imperative, and object-oriented high-level programming language.
7+
topic: ada
8+
wikipedia_url: https://en.wikipedia.org/wiki/Ada_%28programming_language%29
9+
---
10+
Ada is a structured, statically typed, imperative, and object-oriented high-level programming language. It has built-in language support for design by contract, strong typing, explicit concurrency, tasks, synchronous message passing, and protected objects. Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors. Ada is an international technical standard, jointly defined by the International Organization for Standardization (ISO), and the International Electrotechnical Commission (IEC) as ISO/IEC 8652:2012.

0 commit comments

Comments
 (0)