1. Overview

The Sym language is a very simple, lightweight stack-based programming language. Programs are written using numbers and symbols, and operations are performed on a stack.

This document describes how to use the Sym language, its instruction set, simple sample code, and examples of its applications.