I was trying to make my own language for a while, and this is my latest attempt at that.
import std.dbg.println;
def main() {
println("Hello, World!");
} Lino is a compiled language inspired by the simplicity of C, and ergonomics of rust.
You can get the source from this github