/reasoned-clj

Notebooks for doing The Reasoned Schemer exercises in Clojure

Primary LanguageClojure

Reasoned Schemer with Clojure and Clerk

Exercsies from The Reasoned Schemer using Clojure's core.logic and the Clerk notebook library.

How to run

Run the following command (or use just to run the provided justfile):

$ clj -M -m reasoned

This will launch a browser.

When you modify a file in the notebooks directory, the file will load in the browser.

You can use the touch command to trigger clerk to loading a notebook in the browser.

$ touch notebooks/ch1.clj