fantom

Object-oriented, portable programming language with VM and compiler

brewmacoslinux
Try with needOr install directly
Source

About

Object oriented, portable programming language

Commands

fanfanpfanc

Examples

Run a Fantom script file$ fan script.fan
Compile Fantom source code to a pod (package)$ fanc -outdir dist myproject/
Start interactive Fantom shell for REPL$ fanp