nu

A modern shell and data transformation language with Lisp-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Object-oriented, Lisp-like programming language

Commands

nu

Examples

Start an interactive Nu shell session$ nu
Execute a Nu script file$ nu script.nu
Run a Nu command directly from the command line$ nu -c 'ls | where size > 1kb'