The Q Programming Language Q is a minimal, dependency-free programming language and compiler targeting x86-64 and arm64 with ultra-fast builds and tiny binaries.
Features
High performance ( ssa and asm optimizations)
and optimizations) Fast compilation (<100 μs for simple programs)
Tiny executables ("Hello World" is ~600 bytes)
Multiple platforms (Linux, Mac and Windows)
Zero dependencies (no llvm, no libc)
Installation
Warning q is under heavy development and not ready for production yet. Please read this. Feel free to contact me if you are interested in helping out.
Build from source:
... continue reading