emacs/var/elfeed/db/data/b8/b8929a7b078400dabbac8b13ac97d8634a71dc7e
2022-01-03 12:49:32 -06:00

13 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>I love programming puzzles, even if Ive never been particularly good at solving
them. For me they were always a good way to gain some practice with a new
programming language and to push myself to think for things unrelated to my job
or my own projects. Optimizing the performance of solutions to puzzles and
reading the solutions of other people is a very educational experience as
well. In recent years I rarely had time to play with puzzles, but this year Ill
try to find a bit of time for <a href="https://adventofcode.com/2021">Advent of Code</a>.</p>
<p>Ill be using Clojure to solve the puzzles and Ill post my solutions to <a href="https://github.com/bbatsov/advent-of-code2021">GitHub</a>. You can say that Im also looking for an excuse to use <a href="https://github.com/clojure-emacs/cider/">CIDER</a> for anything else besides developing CIDER.</p>
<p>I already solved the first 4 puzzles (you get to solve 2 each day) and this was a lot of fun. Lets see how far Ill manage to get. If I manage to solve half the puzzles Ill consider this a great success!</p>
<p>P.S. Dont worry, I dont plan to spam you daily with puzzle solutions!</p>