3 releases

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

#719 in Programming languages

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–14MB
~169K SLoC