Easy Shell is a minimal shell scripting language by Methodox, implemented in C#. It combines:
Shell-like “one command per line” scripting
Strongly-typed global variables
Control-flow keywords (IF/ELSE/WHILE/FUNC/CALL)
Direct invocation of fully-qualified .NET members (methods, fields, properties)
Sub-command expressions using parentheses for inline evaluation
In this video, we take a look at basic REPL usage of EasyShell.