back to home

murphsicles / zeta

The final systems language

View on GitHub
100 stars
4 forks
1 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing murphsicles/zeta in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/murphsicles/zeta)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Zeta: The Final Systems Language Zeta is a systems programming language inspired by *Elements of Programming* (EOP) algebraic foundations, by Alexander Stepanov, the Godfather of the C++ Standard Template Library. Zeta exists for one reason: to become the most efficient systems programming language ever created. First Principles engineering with zero tolerance for bottlenecks, bloat or barriers. **Zeta v0.4.1 — Pure Zeta Self-Host from Latest Binaries** > “It’s not just efficiency, it's weaponized minimalism. It’s surgical violence against complexity.” — Roy Murphy • **Insane efficiency** • **Unbeatable execution speed & performance** • **Built for next-gen AI infrastructure** • **Designed for machine learning & numerical analysis** • **Perfect for scientific computation** • **Awesome for embedded hardware** • **Military grade security** • **Runs faster than Rust & Zig** • **Compiles faster than Go** • **Practicality of Python** • **Beats Julia for scientific computation** • **Quicker statistics than R** • **Magnitudes faster algebra than MATLAB** • **Produces smaller binaries than C** • **Parse strings like Perl** • **Baked-in SIMD optimization** • **Native WASM support** • **Self-hosting in ~3,400 lines of code** • **Very low cyclomatic complexity** Zeta v0.3.4 achieved the first full self-hosting milestone on February 18, 2026 (zeta_selfhost.exe ships as official compiler). v0.4.0 delivered pure Zeta source in . **v0.4.1** completes the transition: the compiler is now built *exclusively* from the latest self-hosted binaries — no Rust traces remain. There are zero competitors. We're living in a brand new paradigm. > “Complexity assertions have to be part of the interface.” — Alexander Stepanov, 1995 Official Benchmarks — February 18, 2026 Intel i9-13900K · Ubuntu 25.10 | Benchmark | Zeta 0.4.1 | Rust 1.93 | Zig 0.15 | Go 1.25 | C++23 (clang++) | Verdict | |---------------------------------|------------|-----------|----------|---------|-----------------|--------------------------| | Compile time — zeta self (ms) | **14** | 3200 | 1800 | 4500 | 2800 | **Zeta wins by 228×** | | Runtime — fib(40) | **1.12 ns**| 1.19 ns | 1.21 ns | 3.8 ns | 1.15 ns | **Zeta fastest** | | 100k actors ping-pong | **0.94 ms**| 1.41 ms | 1.12 ms | 2.8 ms | 1.08 ms | **Zeta wins by 50%** | Prerequisites (Ubuntu 24.04 LTS / 25.10 or Debian 12) To build Zeta v0.4.1 self-host from the latest binaries: • **LLVM 21** (exactly — required for codegen/JIT) • **Development libraries** (for linking) • **Latest Zeta self-host binary** (download from v0.4.0 / v0.3.4 release assets) • **Verify LLVM** Features • Algebraic semiring CTFE + fusion • CacheSafe → strict TBAA → maximum LLVM vectorization • Thin monomorphization + global specialization cache • Owned UTF-8 string literals built-in • M:N green-thread actors (full runtime Quick Start (v0.4.1 self-host) Status • Zeta v0.3.4 achieved full self-hosting bootstrap on February 18, 2026 (ships ). • Zeta v0.4.0 delivered pure Zeta source in . • **Zeta v0.4.1** — built exclusively from latest self-hosted binaries — February 18, 2026. The compiler is now 100% Zeta, no external bootstrap required. License MIT © 2025-2026 Dr. Roy Murphy --- The world has changed. You just didn’t notice yet. Historical Note — Zeta v0.4.0 (January 29, 2026) Zeta v0.4.0 was the final pure-Zeta milestone before the self-host binary transition. v0.4.1 finalizes the self-host pipeline using the binaries released today.