v2026 edition

Programming
Languages

Every language is a lens. Each one shapes how you think about problems. Explore 5 of the most influential languages in use today.

5 languages ยท click any card to explore

๐Ÿsince 1991

Python

Simple syntax, infinite possibilities

The go-to language for data science, machine learning, and scripting. Beloved for its readable, almost English-like syntax.

Data ScienceAI/MLScriptingWeb
๐ŸŒsince 1995

JavaScript

The language of the web

Runs natively in every browser on earth. From interactive UIs to server-side APIs, JS is everywhere.

FrontendBackendMobileWeb
๐Ÿ”ทsince 2012

TypeScript

JavaScript with superpowers

Adds a powerful type system on top of JavaScript. Catch bugs at compile-time and write more maintainable code.

FrontendBackendType SafetyWeb
โš™๏ธsince 2010

Rust

Fast, safe, no compromises

Systems programming without the pitfalls. Rust eliminates memory bugs at compile time while delivering C-level speed.

SystemsWebAssemblyEmbeddedCLI
๐Ÿš€since 2009

Go

Concurrency made simple

Built at Google for modern infrastructure. Go is lightning-fast to compile, easy to read, and built for concurrent systems.

CloudMicroservicesNetworkingDevOps
// built with curiosity