3 releases
0.1.2 | Oct 26, 2022 |
---|---|
0.1.1 | Oct 26, 2022 |
0.1.0 | Oct 26, 2022 |
#842 in Programming languages
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
~5–17MB
~191K SLoC