s-lang

Interpreter and library for the S-Lang programming language

brewmacoslinux
Try with needOr install directly
Source

About

Library for creating multi-platform software

Commands

slsh

Examples

Run a S-Lang script file$ slsh script.sl
Execute S-Lang code interactively$ slsh -i
Run S-Lang code directly from command line$ slsh -e 'message("Hello from S-Lang")'