3 releases

0.1.2 Oct 26, 2022
0.1.1 Oct 26, 2022
0.1.0 Oct 26, 2022

#1007 in Programming languages

47 downloads per month

GPL-2.0-or-later WITH Bison-exception-2…

12KB
348 lines

The Sixth Programming Language

Instalattion

cargo install sixth

Basics


Hello world:

" Hello, world! " .
Output: 2

Basic math:

1 1 + .
Output: 2

Function:

fn my_func
1 +
end
1 my_func .

Output: 2

Dependencies

~4–15MB
~179K SLoC