Skip to content

For TypeScript Developers

The biggest adjustment in Targo is not the syntax. It is the semantics.

The useful mental model is:

  • TypeScript-shaped syntax
  • Go-first type and runtime reasoning
  • Go-first tooling and interop boundaries

Read order

  1. Language Cheatsheet
  2. JS Standard Library
  3. Collections
  4. Error Handling and Concurrency

When to stop reading guides and jump to reference

Go to reference when your question is:

  • is this feature supported?
  • does this familiar JS API actually work here?
  • what is the exact syntax or limitation?
  • what does current Targo behavior guarantee?

Start here: