Freelang – a Libc-free, direct sys/kernel call language with weird concurrency
FreedomLang Features Runtime Genealogy Philosophy Code Fit Status GitHub No libc. No VM. No hidden jobs. Native x86-64. OS-process jobs. No libc. "Model the world as data. Treat bugs as fatal." FreedomLang is a small AOT systems language that lowers source through a compact IR to libc/CRT-free native x86-64. Linux emits ELF64 machine-code bytes directly; macOS and Windows emit platform assembly. Jobs are real OS processes with filesystem-visible state. View on GitHub See the Code ✓ Linux
Read full article →