umka-lang

Statically typed embeddable scripting language with C-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Statically typed embeddable scripting language

Commands

umka

Examples

Run an Umka script file$ umka script.umka
Execute Umka code interactively in REPL mode$ umka
Compile and run Umka script with arguments$ umka myprogram.umka arg1 arg2