A statically-typed, stack-based language with pure postfix notation.
https://sls.purplecello.org
|
|
||
|---|---|---|
| SLS_C | ||
| SLS_Python | ||
| SLS_Rust | ||
| SLS_Tests | ||
| .gitignore | ||
| LICENSE | ||
| PROGRESS.md | ||
| README.md | ||
| REPORT.md | ||
README.md
YREA SLS
Kyler Olsen
October 2025
Snow College
SE 3250 Survey of Languages Final Project
SLS is a statically-typed, stack-based language with pure postfix notation combining the execution model of HP's RPL, the type system of C and Rust, and modern array operations from Uiua.