A Shared REPL for DevOps

One of the best things to come out of Functional Programming is the Read-Eval-Print-Loop (REPL). The REPL, if you haven't heard, is basically a command line for your programming language.Even if you haven't heard of a REPL, you've probably used one without knowing it. The most famous REPL is…

Read More