Fork me on GitHub
#adventofcode
<
2022-11-14
>
Sean18:11:49

thinking about playing around with Advent of Code this year with Clojure - if i’m completely new to clojure/lisp what’s a decent resource to start with to get comfortable?

1
Ben Lieberman18:11:37

If I'm not mistaken I've seen some videos of AoC problems being solved with Clojure, if that seems interesting to you.

Sean18:11:14

great! that’d be a decent starting place i’m sure

Ben Lieberman18:11:33

Let me find them

Sean18:11:46

much appreciated

kpav19:11:10

4clojure has some good exercises to get you familiar with various clojure functions -- https://4clojure.oxal.org/

🙌 1
ryan echternacht12:11:04

If you're looking for editor support, I'd recommend Calva on VSCode (unless you're already very comfortable with emacs or vim, at which point there are good plugins for those)

☝️ 1
tschady13:11:59

If you learn by example, check the pins in this channel, there’s a wide variety of approaches

pwojnowski11:11:16

Back in 2018 I've written a post for beginners, where I explain step-by-step how to solve AOC problem in Clojure REPL: https://medium.com/virtuslab/advent-of-code-2018-day-2-clojure-repl-e3b288fdedfb (sorry for shameless plug :man-shrugging: ). It may be helpful to see how to approach probelms in Clojure.