Xag is a compiled programming language featuring Rust-style memory ownership, high performance focus, and detailed error messages. It compiles to native code via LLVM or runs through interpreters. Early work-in-progress with strong decimal arithmetic verification against hardware and independent references.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONUnnameable is an experimental programming language compiler written in Rust, featuring a multi-stage pipeline from source to HIR with semantic analysis, while code generation is in development.
LAMINARIA is a research-stage unified toolchain that models Rust and Nim builds as one explainable action graph, spanning dependency resolution, compiler pipelines, backend routes, caching and resource-aware execution.
Promise is a statically-typed programming language designed for AI agents to write correct, maintainable code. It features explicit ownership, goroutine-style concurrency, algebraic error handling, generics, and pattern matching. Compiles natively to LLVM for Linux, macOS, Windows, and WASM.
RPCS3 is a free and open-source PlayStation 3 emulator and debugger written in C++, supporting Windows, Linux, macOS, and FreeBSD. It enables PS3 game playback on modern hardware and provides debugging capabilities for emulation development.
Codon is a high-performance Python implementation that compiles to native machine code, offering speeds comparable to C/C++ and supporting native multithreading and GPU acceleration.
Takibi is a research systems language and a Linux-ABI-compatible monolithic kernel designed to shift kernel runtime failures to compile-time errors using refinement types and affine ownership.