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.