16 lines
587 B
Markdown
Raw Permalink Normal View History

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.
2025-02-20 18:12:46 +01:00
Cross-compilation for Linux, MacOS and Windows works out of the box.
2025-02-23 23:05:50 +01:00
[git](https://git.urbach.dev/cli/q) | [donate](https://en.liberapay.com/akyoto)