solilang 0.21.1

A statically-typed, class-based OOP language with pipeline operators
Documentation
1
2
3
// Interpolation test
let name = "World";
print("Hello \(name)!");