befunge93

Interpreter for Befunge-93, a 2D esoteric programming language

brewmacoslinux
Try with needOr install directly
Source

About

Esoteric programming language

Commands

befunge93

Examples

Run a Befunge-93 program from a file$ befunge93 program.bf
Execute inline Befunge-93 code that prints 'Hello'$ befunge93 <<< '"olleH",,,,,'$
Run a Befunge-93 program with input$ befunge93 program.bf < input.txt