I have not yet got the overall architecture right, but the functions are

beginning to work.
This commit is contained in:
Simon Brooke 2026-08-09 13:32:32 +01:00
parent 691852d830
commit 3874a37a86
13 changed files with 291 additions and 0 deletions

7
project.clj Normal file
View file

@ -0,0 +1,7 @@
(defproject humidity "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.11.1"]]
:repl-options {:init-ns humidity.core})