All Talks

Unleash the Power of the REPL

Clojure provides some powerful tools out of the box for development and debugging. The best known that we all probably use is the REPL (Read Evaluate Print Loop) that enables developers a much easier way to interact with a running Clojure project and gives us more code clarity by making it possible to find the source of bugs much more quickly, and ultimately understand the code and flow better.

In this talk Dana will go back to the basics and dive into how to best leverage REPL a tool that every …

You might be interested in: