Fegeya Gretea
Gretea (aka green tea), new generation programming language.
A taste of Gretea's syntax:
import tea.green.fmt
module hello {
fn hello#display_it(what: What) {
fmt#println(what)
}
}
fn main() = int {
hello#display_it("Hi Gretea!")
. 0
}
Features:
- Variables are immutable by default.
- Runtime scripting support
- Aliases
- Compile-time statements.
- Variadics.
- C++ codegen backend support.