Download minc
minc is distributed as a single executable with examples, standard library, editor support, and build scripts.
Current release: v0.9.6
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | minc-0.9.6-win-x64.zip |
| macOS | arm64 | minc-0.9.6-macos-arm64.zip |
| Linux | x64 | minc-0.9.6-linux-x64.zip |
| Linux | arm64 | minc-0.9.6-linux-arm64.zip |
What's included
- minc compiler (single executable, cross-compiles to all targets)
- Standard library (header based)
- Examples
- VS Code extension for syntax highlighting and debugging
- Build scripts for iOS/Android
Getting started
$ minc run hello.mc
Hello, world!
See the Language Reference for full documentation.