Dead simple programming language. Not expected to be prepared for a real developer environment but can be fun to work with.
- Simple syntax.
- 'Low level' capabilities.
- C interoperability.
- Compiled with LLVM and typed.
Check docs/tutorials for an overview of the language!
- Go to cmd/build.
- Run
go build .
, the go version should be >= 1.18.
- Run
go test .
, the go version should be >= 1.18.