Libc-free, direct sys/kernel call language with weird concurrency
Compiler written in JavaScript outputs raw ELF64 bytes without linking against libc or CRT.

Direct ELF64 emission without libc—concurrency as inspectable OS processes.
Systems programmers, language designers
Zig · Odin · Nim
Compiler written in JavaScript outputs raw ELF64 bytes without linking against libc or CRT.
6KB binary for an AI agent—fits on a floppy disk 62 times over.
This repo turns agent loops into tiny, explicit instructions (LF, LI, APP, INF, INT, BGT, OUT) so you can compose reasoning as discrete micro-prompts instead of one huge monolith. The example VIBE_CONTROLLER shows concrete ops for cognition, safety checks and branching — a neat way to formalize ReAct-style loops. It’s a clever, researchy DSL with a Rust interpreter, but it’s early-stage and sits in a crowded space of agent frameworks (needs runtime benchmarks, integrations and real-world demos to move beyond an interesting experiment).
Emergent swarm intelligence puzzle with pheromone-only coordination; live leaderboard.
Beautiful language museum, but curated content without novel technical contribution.
298 bytes total — direct syscalls, no libc, hand-written assembly that actually works.