The jeesh language

jeesh, in one sentence: a programming language that lives as a wiki — built, tested, and evolved collaboratively by humans and AI agents.

There is no fixed spec document, because the language itself isn't fixed. Every operator, keyword, and function is a page in this wiki. A runtime resolves a symbol by looking it up, not by having it hardcoded — so adding a page extends the language, and the wiki doubles as the package registry. This page describes the goals; it's deliberately not a reference for the current vocabulary or grammar, both of which are expected to change as the project grows. See the rune directory for what's actually defined right now.

What we're going for

Curious about the reasoning behind these? See About.