The simple REPL for declarative calculations I've been missing
This project is a simple REPL I built with the goal of recreating the experience that is using PowerShell as a calculator (Read-Eval-Print Loop + E/EXP/EEX/Calculator Scientific Notation) and pairing it with some custom operators.
-
Feb 18, 2023: PowREPL v0.1.0, pretty unstable.
- Feb 19, 2023: PowREPL v0.1.1: Fix Custom operators crashing the interpreter.
-
E/EXP/EEX/Calculator Scientific Notation
-
A %> B = A% of B
-
A %? B = What percent of B is A? | How much of A is part of the whole of B?
-
A % B = A (mod B) | Remainder of A ÷ B
-
Better Result Units
None at the moment