You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🕊️Pax is a minimal systems programming language emphasizing simplicity and self-containment. Pascal/Oberon heritage with modern conveniences: managed strings, automatic memory management, and zero external dependencies.
Lightweight C application kernel providing core data structures (lists, maps, buffers), memory management, and optional Boehm GC integration for building robust applications.