Introduction
Installation
Quickstart
Type System
CLI Overview
Packages
Get up and running in three steps
Install Sifr
Run the official installer script to download a prebuilt binary for your platform, verify its checksum, and add
sifr to your shell’s PATH.Write your first .sifr file
Create a file called
hello.sifr and add a main function. Sifr uses Python syntax, so if you know Python, you already know the basics.hello.sifr