This program is a pure clojure version of HER-LSF using cljfx for the GUI.
- Java >=11
- Clojure cli
- Optional: babashka (for build tasks)
Currently it is only possible to build the application from source. After cloning the repository, you can use
bb buildor, in case you do not have babashka installed
clojure -M:native-image --no-fallback
to compile a native image with graalvm.
If this should fail for any reason, I would appreciate a ticket about it. As a fallback you can leave out the –no-fallback option to generate a slower version or generate a jar file with
bb uberjaror
clojure -X:uberjarIf you just want to start the application without building it, you can use
bb mainor
clojure -M:main