Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .gitmodules

This file was deleted.

18 changes: 17 additions & 1 deletion .machine_readable/6a2/ECOSYSTEM.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,21 @@ typed-wasm = "hyperpolymath/typed-wasm — WasmGC compilation target for AffineS
tentacles = "hyperpolymath/tentacles-agentic-syllabus — curriculum (NOT a language; do not audit as one)"

[language-repos]
note = "Each language is a standalone canonical repo, wired in as a submodule (see .gitmodules)."
# nextgen-languages is a PURE COORDINATOR: each language is its own standalone
# top-level hyperpolymath repo, referenced here (not embedded). The submodule
# pointers were removed 2026-06-13 — this repo coordinates/contextualises the
# family, it does not vendor it.
note = "Each language is a standalone canonical hyperpolymath repo, referenced (not vendored as a submodule)."
affinescript = "hyperpolymath/affinescript"
anvomidav = "hyperpolymath/anvomidav"
betlang = "hyperpolymath/betlang"
eclexia = "hyperpolymath/eclexia"
ephapax = "hyperpolymath/ephapax"
error-lang = "hyperpolymath/error-lang"
julia-the-viper = "hyperpolymath/julia-the-viper"
my-lang = "hyperpolymath/my-lang"
oblibeny = "hyperpolymath/oblibeny"
phronesis = "hyperpolymath/phronesis"
tangle = "hyperpolymath/tangle"
wokelang = "hyperpolymath/wokelang"
kitchenspeak = "in-tree, standalone-repo-ready; elevate via scripts/elevate-kitchenspeak.sh"
4 changes: 2 additions & 2 deletions EXPLAINME.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ from Julia the data language to avoid confusion.
| Pedagogical language for teaching systems thinking via error conditions.

| `kitchenspeak/`
| Experimental, formally-verified kitchen-orchestration DSL (submodule:
`hyperpolymath/kitchenspeak`). Seven-type system; proofs-first. Agda
| Experimental, formally-verified kitchen-orchestration DSL (in-tree,
standalone-repo-ready — `hyperpolymath/kitchenspeak`). Seven-type system; proofs-first. Agda
lowerings of the Dough and Poached Egg recipes; `ROADMAP.adoc` targets
AffineScript-level toolchain parity, leading with the proof library.

Expand Down
1 change: 0 additions & 1 deletion affinescript
Submodule affinescript deleted from d27dc3
1 change: 0 additions & 1 deletion anvomidav
Submodule anvomidav deleted from 39b613
1 change: 0 additions & 1 deletion betlang
Submodule betlang deleted from f0829c
1 change: 0 additions & 1 deletion eclexia
Submodule eclexia deleted from f9d299
1 change: 0 additions & 1 deletion ephapax
Submodule ephapax deleted from ef9c91
1 change: 0 additions & 1 deletion error-lang
Submodule error-lang deleted from 854294
1 change: 0 additions & 1 deletion julia-the-viper
Submodule julia-the-viper deleted from a46254
1 change: 0 additions & 1 deletion my-lang
Submodule my-lang deleted from 31c8c6
1 change: 0 additions & 1 deletion oblibeny
Submodule oblibeny deleted from 21fc90
1 change: 0 additions & 1 deletion phronesis
Submodule phronesis deleted from d06551
1 change: 0 additions & 1 deletion tangle
Submodule tangle deleted from 23044b
4 changes: 3 additions & 1 deletion wiki/overview/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ This installs:
```bash
git clone https://github.com/hyperpolymath/nextgen-languages.git
cd nextgen-languages
git submodule update --init --recursive
# Each language is its own standalone repo — this hub coordinates them, it no
# longer vendors them as submodules. Clone any you need separately, e.g.:
# git clone https://github.com/hyperpolymath/affinescript.git
```

#### 2. Build Tools
Expand Down
1 change: 0 additions & 1 deletion wokelang
Submodule wokelang deleted from 5e86f0
Loading