min-lang

Concatenative programming language with shell-like syntax and practical utilities

brewmacoslinux
Try with needOr install directly
Source

About

Small but practical concatenative programming language and shell

Commands

min

Examples

Execute a simple Min program that pushes values and performs arithmetic$ min '2 3 +'
Run a Min script file$ min myprogram.min
Use Min interactively in REPL mode$ min