◆ The Anime-Inspired Programming Language ◆
TAMASHII
A programming language where code has spirit.
Variables have souls. Functions are techniques.
Every program begins with hajime and ends at owari.
▶ OPEN IDE ★ GitHub
18
Keywords
OOP + FP
Paradigm
.tama
Extension
→ JS
Transpiles To
◆ PHILOSOPHY 言語哲学
TAMASHII is built on the idea that code has spirit. Variables aren't just memory — they're tamashii, souls. Functions aren't subroutines — they're jutsu, techniques honed through repetition. Classes aren't blueprints — they're nakama, companions that grow with you. Booleans aren't true/false — they're shin (truth) and uso (lie). Null isn't empty — it's mu (無), nothingness in the Zen sense.

Every program is a story. Every story has a hajime. And every story reaches its owari.
◆ LANGUAGE REFERENCE 語彙
◆ EXAMPLES 例文

◆ HOW IT WORKS 仕組み

TAMASHII is a transpiled language — your .tama source code is compiled to JavaScript and executed in the browser. There's no runtime to install, no compiler to configure. Write TAMASHII, click Run, and your program executes instantly.

The live IDE at klinge.github.io/tamashii includes a full editor with syntax highlighting, a real-time output terminal, and a "Transpiled JS" view so you can see exactly what your TAMASHII code compiles down to.

Source code is available on GitHub.