Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Chapter 10 - Clojure

Ch10

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