Freelang – a Libc-free, direct sys/kernel call language with weird concurrency
Summary
FreedomLang is a libc-free native language that compiles to platform-native binaries (ELF on Linux, Mach-O on macOS, PE/COFF on Windows) and uses OS processes for concurrency. It emphasizes explicit world-state handling and fail-fast semantics to improve auditability, trading lightweight concurrency for containment and inspectability.