Show HN: Freelang – a direct-to-assembly syscall lang with rad concurrency
Category: other
Tags: systems-language, compiler, concurrency, native-binary, x86-64
Score: 6.0/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 4)
FreedomLang is an AOT-compiled systems language that compiles to native x86-64 binaries via a JavaScript-based compiler, emphasizing explicit failure semantics and auditability. It models external uncertainties like file or network errors as data, while treating internal bugs as fatal, and includes concurrency primitives. The project is early-stage but shows a clear philosophy and a non-trivial compiler pipeline.
Target audience: backend devs, systems programmers
Repository: https://freelang.dev · JavaScript · NOASSERTION · 3 stars
View on Hacker News