A is a high-level, interpreted, procedural programming language. Designed with math calculations in mind, it provides limited features for advanced string operations and etc.
An example of A:
# Prints Hello, World to the console.
echo 'Hello, World!';
A is simple yet familier. Imagine Python syntax with a familier look to Java. Thats A. It's simple and easy to use.
An example of easy Syntax:
# math libary's println function's function called sum
math.println.sum(1+1);
Article: https://github.com/Bruceli-iscool/A/wiki/Use-A-locally