Real-time shared development with an REPL

Let's face it, you will spend most of your Clojure time in an REPL, and that satisfaction to get instant feedback from writing code is what will keep you awake at night.

In this recipe, you will see a few REPL astuce, tricks, to make your coding easier and help you create a coding workflow that is your own.

We start with basics on how to use a shared REPL and then build on instant feedback and ideas on writing your custom REPL.

Getting ready

The first part of this recipe will show how to connect using the Atom editor. Make sure you have it installed before, if not, go to https://atom.io:

Getting ready

Tip

The default settings ...

Get Clojure Programming Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.