2024-07-30 00:12:12 +02:00
|
|
|
### 🌱 q
|
|
|
|
|
|
|
|
A programming language that is best described as a modern `C` with a focus on simplicity.
|
2025-02-18 00:11:24 +01:00
|
|
|
The compiler is:
|
2024-07-30 00:12:12 +02:00
|
|
|
|
2025-02-18 00:11:24 +01:00
|
|
|
- 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](https://git.akyoto.dev/cli/q) | [donate](https://en.liberapay.com/akyoto)
|