Installation
macOS / Linux
sh
curl -fsSL https://wynlang.com/install.sh | shWindows
powershell
irm https://wynlang.com/install.ps1 | iexVerify
sh
wyn --versionCheck Your Setup
sh
wyn doctorThis checks that your C compiler, linker, and all dependencies are correctly configured.
Build from Source
sh
git clone https://github.com/wynlang/wyn.git
cd wyn
makeThe compiler binary is at ./wyn. Add it to your PATH.
Next Steps
- Hello World — write and run your first program
- Variables & Types — learn the basics
- Quick Start Guide — build something real in 5 minutes
- CLI Commands — all available
wyncommands