Genotype Programming Language
June 24, 2026 · View on GitHub
A programming language that transpiles to idiomatic TypeScript/Rust/Python types, allowing effortless type-safe interop between languages.
Its goal is to help developers working on projects that use multiple languages or require API clients in multiple languages.
🚧 Work in progress, follow for updates on Twitter.
Installation
Currently, Genotype can only be installed via Cargo:
cargo install genotype_cli
Quick Start
Try it out:
mkdir hello-world && cd hello-world
gt init
gt build
This will create a build a new project with a language guide demonstrating the Genotype syntax and features.