XS: A programming language. Anywhere, anytime, by anyone
Summary
XS is a new programming language distributed as a single statically-linked binary containing the compiler, language server, debugger, formatter, linter, test runner, profiler, and package manager. It runs unchanged on multiple platforms including Linux, macOS, Windows, WASI, iOS, Android, ESP32, and Raspberry Pi, and offers multiple backends including a JIT, VM, and transpilers to C and JavaScript.
View Cached Full Text
Cached at: 05/17/26, 06:49 PM
Similar Articles
Xs of Y – roguelike that names itself every run. Written in 4kLoC
Xs of Y is a roguelike game written in a custom Lisp dialect called let-go, where each run generates a new title, quest, and rune mappings. The game features a unique magic system based on s-expressions and runs natively or in the browser via WASM.
The SLAX Scripting Language: An Alternate Syntax for XSLT
SLAX is an alternate syntax for XSLT that uses a C/Perl-like syntax to improve readability and maintainability. The libslax open-source implementation parses and executes SLAX files.
Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands
sx is an open-source package manager for sharing AI skills, MCP configs, and commands across teams. It helps capture individual AI expertise and distribute it automatically to team members.
AgentSPEX: An Agent SPecification and EXecution Language
AgentSPEX introduces a domain-specific language for specifying modular, interpretable LLM-agent workflows with explicit control flow, state management, and a visual editor, outperforming existing Python-coupled frameworks.
@dosco: the ax framework is a set of ideas some mine, many from others, consolidated together into js/ts library that makes it …
Ax is a JS/TS library providing high-level abstractions for LLM usage (signatures, agents, flows, optimizers). It now introduces axIR, allowing compilation to Python, Java, C++, and Go, making the same programming model available across multiple languages.