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.
Currently, Genotype can only be installed via Cargo:
cargo install genotype_cliTry it out:
mkdir hello-world && cd hello-world
gt init
gt buildThis will create a build a new project with a language guide demonstrating the Genotype syntax and features.