2025-02-18 00:11:24 +01:00

517 B

🌱 q

A programming language that is best described as a modern C with a focus on simplicity. The compiler is:

  • 16x faster than gcc/clang
  • 14x faster than Go
  • 100x smaller in code size

The executables are tiny, requiring just 106 bytes for a Hello program on top of headers.

The execution speed is currently equivalent to unoptimized machine code but there is work being done in this area to get closer to C/Go/Rust/Zig.

git | donate