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.
Mainly support native targets. Target supported now is LLVM (text IR).
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: