ATS (programming language)

In computing, ATS (Applied Type System) is a programming language designed to unify programming with formal specification. ATS has support for combining theorem proving with practical programming through the use of advanced type systems. A past version of The Computer Language Benchmarks Game has demonstrated that the performance of ATS is comparable to that of the C and C++ programming languages. By using theorem proving and strict type checking, the compiler can detect and prove that its implemented functions are not susceptible to bugs such as division by zero, memory leaks, buffer overflow, and other forms of memory corruption by verifying pointer arithmetic and reference counting before the program compiles. Additionally, by using the integrated theorem-proving system of ATS (ATS/LF), the programmer may make use of static constructs that are intertwined with the operative code to prove that a function conforms to its specification.

ATS
Paradigmmulti-paradigm: functional, imperative
Designed byHongwei Xi at Boston University
Stable release
ATS2-0.4.2 / November 14, 2020 (2020-11-14)
Typing disciplinestatic
LicenseGPLv3
Filename extensions.sats, .dats, .hats
Websitehttp://www.ats-lang.org/
Influenced by
Dependent ML, ML, OCaml, C++
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.