tengo

Fast and secure scripting language for Go with simple syntax

brewmacoslinux
Try with needOr install directly
Source

About

Fast script language for Go

Commands

tengo

Examples

Run a Tengo script file$ tengo run script.tengo
Compile a Tengo script to bytecode$ tengo compile script.tengo -o script.bytecode
Execute compiled bytecode$ tengo exec script.bytecode