destack.sh
docstemplatesblog
Language
  1. Setup
    1. Run Locally
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Configuration
  7. Static Analysis
  8. Dynamic Analysis
  9. Deployment
menu
Language
  1. Setup
    1. Run Locally
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Configuration
  7. Static Analysis
  8. Dynamic Analysis
  9. Deployment
Docs/Language
52 tokens
mdtxt

Setup

Your first program.

Setup

Install Destack, then create a project:

1destack init hello2cd hello
src/index.ds.ds
1import { log } from "destack:console";2 3log("Hello, Destack!");
1destack check src/index.ds

Run Locally

1destack run ./src/index.ds
← LanguageTypeScript →
discordxgithub
2026.8.3alpha