The Crow programming language

main void() for x : 1::nat .. 20 m3 = x is-multiple-of 3 m5 = x is-multiple-of 5 info log if m3 && m5 "FizzBuzz" elif m3 "Fizz" elif m5 "Buzz" else "{x}"

Crow is an upcoming general-purpose, high-level programming language.
It's currently in alpha state. There will be breaking changes.

Some interesting features:

To get started, read the tutorial.