Difference between revisions 2130790 and 2130855 on enwiki

''ARS Based Programming'' is built on three principles, i.e. on '''Abstraction, Reference and Synthesis'''. These principles can be seen as a generalized form of the basic operations of the ''Lambda Calculus''. More on this aspect can be found on the Web Site [[http://www.lambda-bound.de  www.lambda-bound.de]].

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 3-87820-108-7 (the English version is waiting for a publisher!) is facilitated by '''three tools''': A++, ARS++, and ARSAPI.

# [[A_plusplus |A++]], a minimal programming language with interpreter f



or basic training enforcing rigorous confrontation with the essentials of programming;
# [[Ars_plusplus |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; 
# '''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.