Show HN: I wrote a Libc-free AOT systems language in JavaScript with no VM
Category: other
Tags: systems-language, aot-compiler, libc-free, process-concurrency, javascript-compiler
Score: 6.5/10 (Innovation: 7, Technical: 8, Documentation: 7, Utility: 4)
FreedomLang is an AOT-compiled systems language written in JavaScript that generates libc-free native x86-64 binaries for Linux, macOS, and Windows. Its unique approach to concurrency uses OS processes instead of threads, with explicit failure semantics and a 'no magic' philosophy that makes it intriguing for exploring alternative systems programming paradigms.
Target audience: systems programmers, language designers, security researchers
Repository: https://github.com/DO-SAY-GO/freelang · JavaScript · NOASSERTION · 15 stars
View on Hacker News