Simple programming language that supports threading.
git clone https://github.com/zanderlewis/solitude.git
cd solitude
cargo run <filename>
var x=5
The value of x is: $x
Solitude has very simple syntax. Here is a complete list:
var x=5
Hello World
var x=5
$x
if x>5
x is greater than 5
fi
func greet
Hello!
cnuf
call greet
. I am a comment
. The \x20 is a space character
input x -> Enter a number for x:\x20
$x
!!
call func1
call func2
??
- Simple syntax
- Easy to learn
- Small codebase
- Fast
- Built-in threading
- Written in Rust
Solitude is licensed under the Apache-2.0 license. Please see the LICENSE
file for more information.