Learn Clojure by Example: JavaFX GUI with Cljfx
Clojure is a dialect of Lisp that runs on the JVM. JavaFX is a modern GUI
toolkit for the JVM. You could use JavaFX directly with Clojure's Java interop,
but Cljfx provides a declarative and functional wrapper for JavaFX. Instead of
building yet anot...
blog.matthewdmiller.net24 min read
Dan Maltbie
communication is the process to create meaning
I am not a Java or UI programmer so having an example like this to get me started was really helpful.