XS is a programming language whose single statically-linked binary includes the compiler, VM, language server, debugger, formatter, linter, test runner, profiler, and package manager. It can run source through an interpreter, bytecode VM, or JIT, and can emit C, JavaScript, or WebAssembly.

WWW: https://xslang.org/
