Installation
Installation is done by downloading and executing the script for your development platform. The script automatically downloads the compiler, standard library and runtime.
Replace <version> with the desired version
- Windows
- macOS
- Linux
curl -LJO https://ionalang.org/install.bat && call install.bat <version>
curl -sSL https://ionalang.org/install.sh | sh -s --<version>
curl -sSL https://ionalang.org/install.sh | sh -s --<version>
Quick Start
After installation, run iona init. Cove is Iona's package manager. It allows to create and build projects without all the hassle.
To build the application, run cove build. To run it, run cove run.