Youniss

← All projects

tooling

Tython

A statically typed, deliberately opinionated toy language with its own parser, standard library and Python interop.

  • 2026
  • tooling
  • active

About Tython

A language designed around the idea that both humans and language models read code more reliably when the syntax leaves less room for choice: everything is statically typed, const/var mutability is explicit, class methods are private unless marked pub, init fields skip the self.x = x boilerplate, and this replaces the explicit self parameter.

Details

tython

Stack
  • Python
  • Make
  • MkDocs
  • Vim
Tags
Links
Code
Code39 stars