emlyn / advent-of-clerk-2022

Advent of Code 2022 with Clerk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎄 Advent of Code, using Clerk

Build

My attempt at Advent of Code with Clerk.

View notebook output

You can see the notebook visualisation of the code on CLERK.garden.

Run locally

Clone this repo, make sure you have Clojure installed, then run:

clj -M:nextjournal/clerk nextjournal.clerk/serve! --watch-paths src --port 7878 --browse

This will start the Clerk webserver on port 7878 and watch the src/ directory for changes and open Clerk in your browser.

Open one of the files there, e.g. day_01.clj, make a change and save it. You should then see these changes reflected in the browser.

If Clerk Garden is not up to date, update it.

About

Advent of Code 2022 with Clerk.


Languages

Language:Clojure 100.0%