This directory contains a Java implementation of several concepts from Clojure to in Java to help you better understand how Clojure works.
This may be loaded in an IDE at the Ch10 level. It requires Java 17+ to run.
They may be run at the command-line directly as follows:
ch Ch10
javac examples/*.java
javac lang/*.java
java examples.Main