try some hare (now that it's been officially announced).
to run the program, use hare run main.ha, to build the program and then run it, use hare build -o <name> && ./<name>.
hare run main.ha
hare build -o <name> && ./<name>
or just have a look at the fine tutorial yourself to learn more.