The third episode of my Clojure Tip of the Day screencast is out. You can find the video on YouTube: Clojure Tip of the Day – Episode 3: Threading macros tracing The episode shows a quick “debugging” technique using the println function to print intermediate values flowing through the threading macros to the standard output. TL;DR For […]
Read MoreMonth: November 2017
Clojure Tip of the Day – Episode 2: Cider Enlighten Mode
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 MoreLambdUp Functional Meetup in Prague
There’s going to be a very interesting functional meetup LambdUp in Prague (CZ) on 6th December 2017 organized by Blueberry. I first heard about the event from Eric Normand at Clojure/conj 2017 in Baltimore. It’s not a coincidence that Eric is also one of the speakers invited to the meetup: Eric Normand – A theory of […]
Read MoreIntroducing 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 MoreFunctional Programming Brno Meetup: Clojure
Last week, I gave a talk about Clojure at Functional Programming Brno meetup. This was my first meetup talk and my first public Clojure presentation too. I’m very grateful for the experience. It was fun, and I met a couple of interesting people. Organization Kiwi.com and especially Jiří Nečas helped a lot with meetup organization. They […]
Read More