Noodling Around [part 1, Clojure]

In this episode, Ben and Joe showcase the most interesting parts of the Clojure implementation of Noodle, a zsh history analyzer. During the episode, we go through a few interesting Clojure-y bits of the implementation. If this tickles your fancy...
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/noodling-around-part-1-clojure

Interesting video and fun little challenge. I gave it a go using Haskell.

https://github.com/davidpdrsn/dotfiles/blob/master/bin/history-stats

Don’t have that much Haskell experience but its always fun to think functionally instead of imperatively :smile: