Intentional Programming Language (Where u just specify the intention of the program)
Code :-
print "Hello World"
Output:-
> Hello World
Code :-
print 1 to 10
Output:-
> [1,2,3,4,5,6,7,8,9,10]
Code :-
# Operator Definition
operator C: # Defining an operator named "C"
n = left # Assign value of left Operand to n
r = right # Assign value of right Operand to r
return n!/((n-r)!*r!) # Return Calculated Value
# Operator Call
print 5 C 2
Output:-
> 10
git clone This Repository
cd Proxima
python proxima.py /path/to/file/filename.pox
The Language is UnderDevelopment so if u get ant issues/errors report them here