FreedomLang, a small AOT language where the compiler is just JavaScript
JavaScript compiler emitting native x86-64 without LLVM is genuinely clever.
I love freelang
JavaScript compiler emitting libc-free ELF64 without LLVM or VM—genuinely unusual approach.
Systems programmers, language designers, developers interested in minimal runtime environments
AssemblyScript · Zig · TinyCC
JavaScript compiler emitting native x86-64 without LLVM is genuinely clever.
JavaScript compiler outputs native x86-64 without LLVM, but why build another systems language?
Compiler written in JavaScript outputs raw ELF64 bytes without linking against libc or CRT.
Direct ELF64 emission without libc—concurrency as inspectable OS processes.
Python-to-Nim transpiler competing with Cython, Numba, and PyPy.
Self-hosting systems language without LLVM, but 4x slower than C currently.