Colgm aims to be a simple, easy-to-use and easy-to-maintain programming language. It will let you write relatively safe code without too much cognitive load. Targets supported now are LLVM IR and nasal-lang [WIP].
Now nightly-builds are available:
use std::io::{ io };
func main() -> i32 {
io::stdout().out("hello world!).endln();
return 0;
}See simple language guide in:
See library reference in: