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 |
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 -
META.scm— Architecture decisions and development practices -
STATE.scm— Project checkpoint and session history -
ECOSYSTEM.scm— Project ecosystem relationships -
PLAYBOOK.scm— Operational playbook and workflows -
AGENTIC.scm— Agent-oriented language specifications -
NEUROSYM.scm— 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.