Английская Википедия:ARS-based programming

Материал из Онлайн справочника
Версия от 05:37, 27 декабря 2023; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Short description|Programming paradigm}} '''ARS-based programming''' is built on three principles: abstraction, reference and synthesis.{{clarify|date=October 2021}} These principles can be seen as a generalized form of the basic operations of the ''Lambda calculus''. All essential features of a programming language can be derived from ARS, even the three major programming pa...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description ARS-based programming is built on three principles: abstraction, reference and synthesis.Шаблон:Clarify These principles can be seen as a generalized form of the basic operations of the Lambda calculus. All essential features of a programming language can be derived from ARS, even the three major programming paradigms: functional programming, object-oriented programming and imperative programming.

The programming language A++ is a demonstration that, based on ARS, programming patterns can be developed that are very powerful, providing a solid base for solving common programming problems.

ARS-based programming as covered in the book Programmierung pur (Undiluted Programming or Barebones Programming) published in German under the Шаблон:ISBN (the English rights are available now) is facilitated by three tools: A++, ARS++, and ARSAPI.

  1. A++, a minimal programming language with interpreter for basic training enforcing rigorous confrontation with the essentials of programming;
  2. ARS++, a full blown programming language including a virtual machine and compiler, extending A++ into a language that is fully ars-compatible with a functionality going beyond that of Scheme with the power of coping with the challenges of real world programming;
  3. ARSAPI, a bridge between ARS and popular programming languages like Java, C and C++, consisting of definitions and patterns recommended to express ARS in the target language.

See also

External links

Шаблон:Compu-prog-stub