mercury

Logic and functional programming language with declarative syntax

brewmacoslinux
Try with needOr install directly
Source

About

Logic/functional programming language

Commands

mmcmercury

Examples

Compile a Mercury source file to an executable$ mmc --make program.m
Run the Mercury interpreter/REPL$ mercury
Compile with optimization flags$ mmc --make -O4 program.m