image:[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
Parent repository for tracking and coordinating experimental language development
IMPORTANT: This is a PARENT REPOSITORY ONLY - it contains documentation and tracking but NO implementation code.
This repository serves as the central tracking hub for the Next-Gen Languages initiative—a coordinated effort to design and develop ten programming languages that collectively cover the full spectrum of modern software challenges, from AI-native development to formally verified real-time systems.
All language implementations are in their respective canonical repositories.
| Language | Core Philosophy | Primary Paradigms | Key Features | Target Domain |
|---|---|---|---|---|
Solo |
Dependable foundation for systems programming |
Imperative, Concurrent, Contract-Based |
|
General Systems Programming |
Duet |
AI-assisted development (Neuro-Symbolic) for verifiable software |
Imperative, Contract-Based, Neuro-Symbolic |
|
High-Assurance, AI-Assisted Systems |
Ensemble |
AI as a first-class, native component of the language |
Imperative, AI-as-Effect |
|
AI-Native Applications, AI Agents |
Phronesis |
Formal, auditable specification of an agent’s ethical framework |
Declarative, Logic-Based, Agent-Oriented |
|
AI Safety, Alignment, and Auditing |
Eclexia |
Sustainable Software Engineering through resource-first constraints |
Declarative, Constraint-Driven |
|
Green Computing, IoT/Embedded, FinOps |
Oblíbený |
Provably secure, obfuscated code for hostile environments |
Turing-Incomplete (Deploy), Metaprogramming |
|
Secure Enclaves (HSMs), Critical Embedded |
Anvomidav |
Maximalist formal verification for hard real-time systems |
Functional, Concurrent, Formal (Linear/Session Types) |
|
Avionics, Autonomous Vehicles, Robotics |
WokeLang |
Human-centric programming focused on consent and well-being |
Imperative, Natural-Language |
|
Education, Personal Scripting, Accessibility |
Each language has its own dedicated repository for implementation:
| Language | Repository | Description | Status |
|---|---|---|---|
betlang |
Bet programming language (foundational experiment) |
Active |
|
Solo/Duet/Ensemble |
Progressive language family (me → solo → duet → ensemble) |
Active |
|
Phronesis |
AI ethics and safety specification |
Active |
|
Eclexia |
Sustainable computing language |
Active |
|
Oblíbený |
Security-critical embedded language |
Active |
|
Anvomidav |
Formally verified real-time systems |
Active |
|
WokeLang |
Human-centric programming |
Active |
|
AffineScript |
Affine types for WASM |
Active |
|
Ephapax |
Dyadic linear type system (affine + linear modes) for WebAssembly |
Active |
|
Julia-the-Viper |
Systems programming, Harvard Architecture |
Active |
|
Error-Lang |
Pedagogical language for systems thinking |
Active |
This repository and its satellite repos contain the actual programming languages — full compilers, parsers, type checkers, interpreters, and standard libraries. If you want to write code in Ephapax, WokeLang, Eclexia, or any other nextgen language, you are in the right place.
The -iser repos (in developer-ecosystem) are a different thing entirely. They let you use a language’s unique power without learning the full language, extending what you already do in your own language.
| -iser Tool | Based On | What It Does | Location |
|---|---|---|---|
|
Ephapax |
Linear type checking for your existing Rust/ReScript code — use Ephapax’s linear types without writing Ephapax |
developer-ecosystem |
|
WokeLang |
Consent annotations and well-being checks for any codebase — use WokeLang’s consent semantics in your language |
developer-ecosystem |
|
Eclexia |
Resource budget analysis for any project — use Eclexia’s energy/resource constraints without rewriting |
developer-ecosystem |
|
Anvomidav |
Formal verification harness for real-time code — use Anvomidav’s verification without its syntax |
developer-ecosystem |
|
Oblibeny |
Security hardening for deployed code — apply Oblibeny’s obfuscation/Turing-incompleteness guarantees externally |
developer-ecosystem |
|
AffineScript |
Affine type linting for WASM projects — AffineScript’s type discipline as a linter |
developer-ecosystem |
|
Phronesis |
AI ethics audit for any agent codebase — Phronesis safety checks without learning the specification language |
developer-ecosystem |
Rule of thumb:
-
"I want to write a program in Ephapax" → go to the satellite repo (ephapax)
-
"I want Ephapax’s linear type safety in my Rust project" → use ephapaxiser (developer-ecosystem)
The eight languages span a complete spectrum of concerns:
Abstraction Level: Low ←————————————————→ High
Solo WokeLang
Verification Rigor: Minimal ←——————————→ Maximal
WokeLang Anvomidav
AI Integration: None ←——————————————→ Native
Oblíbený Ensemble
Target Audience: Expert ←————————————→ Beginner
Anvomidav WokeLang
-
LANGUAGES.scm— Detailed language specifications and comparison -
.machine_readable/6a2/META.a2ml— Architecture decisions and development practices -
.machine_readable/6a2/STATE.a2ml— Project checkpoint and session history -
.machine_readable/6a2/ECOSYSTEM.a2ml— Project ecosystem relationships -
.machine_readable/6a2/PLAYBOOK.a2ml— Operational playbook and workflows -
.machine_readable/6a2/AGENTIC.a2ml— Agent-oriented language specifications -
.machine_readable/6a2/NEUROSYM.a2ml— Neuro-symbolic integration specifications -
MANIFEST.md— Quick reference with status and run commands -
languages/— Per-language READMEs with core invariants
Interactive experimentation sandboxes are now integrated into each language’s canonical repository under a playground/ directory. This consolidation ensures all language-related code (implementation, examples, and experiments) lives in one place.
Each language welcomes contributions. See individual satellite repositories for language-specific contribution guidelines.
See TOPOLOGY.md for a visual architecture map and completion dashboard.