I built a systems programming language (Tin)
Another systems language competing with Rust and Zig without clear differentiation.

The landing page sells an ambitious combo: channels & threads with an 'await' syntax plus a builtin HTTP server (websockets, SSE), and promises safe, atomic shared state. Interesting as a playground for language design — but nothing on the page proves runtime safety, performance, or ecosystem maturity; the "AI helped build it" note is cute but leaves me wanting concrete examples, benchmarks, or a repo link before I'd take it seriously.
Backend developers, server-side engineers, systems programmers, and hobbyists interested in language design
Even with AI doing the coding, I've put in a lot of time thinking about how it should work, the syntax, features, etc. Building a language is a new domain for me, so I had to ask a lot of questions about a lot of things.
Another systems language competing with Rust and Zig without clear differentiation.
Prefix notation language that cuts LLM token usage by 70% compared to Python or C.
9th-grader's language design project; no working interpreter, mostly aspirational syntax.
Non-deterministic compilation via LLM — every natural language programming attempt has failed for decades.
Safety-first language with explicit Stop-The-World GC and no inheritance — ambitious constraints.
Matrix-based pinentry for remote server decryption is genuinely clever for headless boot.