frege-repl

Interactive REPL for Frege, a Haskell-like language on the JVM

brewmacoslinux
Try with needOr install directly
Source

About

REPL (read-eval-print loop) for Frege

Commands

frege-repl

Examples

Start an interactive Frege REPL session$ frege-repl
Evaluate a simple expression in Frege$ frege-repl <<< '2 + 3'
Load and execute Frege code from a file$ frege-repl < script.fr