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.
Install a prebuilt Genotype CLI binary with cargo-binstall:
cargo binstall genotype_cliAlternatively, build and install the CLI from source:
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.