The new episode of my Clojure Tip of the Day screencast is out. You can find the video on YouTube: https://youtu.be/tCu2AewBTR4 The episode covers the cider-enlighten-mode. This mode can be used to quickly show values of local symbols and return values of functions in real time. Unfortunately, the feature is not available in ClojureScript buffers. Notice, that unlike for cider-debugger […]
Read MoreCategory: IDEs / editors
Introducing Clojure Tip of the Day Screencast
I’ve started a new Clojure screencast Clojure Tip of the Day. It’s going to be a collection of short (~5 min) videos covering various Clojure tips, tools, and techniques. I’d like to add a new episode at least once a week. The first episode is about Cider debugger. It was inspired by a comment on […]
Read MoreClojure Development Workflow with Spacemacs and CIDER
This is a follow-up to my previous post What’s the Best Clojure IDE? I’ll show you my usual Clojure development workflow using Spacemacs+CIDER as primary tools. I’ve already described my tour through the various Clojure IDEs/editors and why I’ve chosen the Spacemacs. If you haven’t read the previous post, you may want to go back and read at least the Spacemacs […]
Read MoreWhat’s the Best Clojure IDE?
In this article, I’ll evaluate the Emacs, Cursive, and Spacemacs, and explain why I ended up with Spacemacs for most of the projects I’m currently working on. UPDATE: Check also my next blog post Clojure Development Workflow with Spacemacs and Cider with the accompanying video. It’s been a while since I started coding in Clojure, but the […]
Read More