Synsema

Getting started

Synsema ships as a single static binary — no Python, no Node, no runtime.

Install

curl -fsSL https://synsema.org/install.sh | sh

Windows (PowerShell):

irm https://synsema.org/install.ps1 | iex

Hello, world

let name be "World"
print("Hello, " + name + "!")
synsema run hello.syn

Next