Languages

Programming language reference notes — syntax, idioms, and key patterns.

Go

Compiled, statically typed, concurrency-first language. Well-suited for backend services, CLIs, and data pipelines.

JavaScript

Single-threaded, event-driven, runs in browser and Node.js. Dynamically typed.

TypeScript

JavaScript with static types. Structural type system; compiles to JS.

3 items under this folder.