Installation
Build Kira from source:
git clone https://github.com/PhilipLudington/Kira.git
cd Kira
./run-build.shThis will compile Kira and install the kira binary to /usr/local/bin.
Verify Installation
After building, verify the installation:
kira --versionRunning Programs
# Run a Kira file
kira run examples/hello.ki
# Type check without running
kira check examples/hello.ki
# Start the REPL
kiraNext Steps
- Write your first program
- Explore the CLI Reference
- Try the REPL