RRunes

Get started

Install

Get symc (the compiler) and sigil (the project tool). Pick your platform.

Linux · macOS · FreeBSD

One line. Adds both tools to your PATH automatically.

bash
curl -fsSL https://dist.sigil-lang.org/get.sh | sh

Windows

From a clone of the repo, in PowerShell:

powershell
git clone https://github.com/oda-00/symbolic.git
cd symbolic
powershell -ExecutionPolicy Bypass -File dist\install.ps1

Verify

symbolic terminal
$ sigil help
$ sigil new hello && cd hello && sigil run
hello, rune!

Prefer to build from source? Clone the repo and run bash install.sh — it bootstraps the self-hosting compiler and proves the byte-exact fixpoint before installing.