Category Archives: Tutorial

Your first JavaFX app

Complete JavaFX installation Before making a barebones JavaFX application under Clojure, you need to make sure the Lein program can find the appropriate jar files.  For this, we need to… Install Maven Maven is a java-based build system.  I really don’t know anything about it, except it uses a bunch of xml files.  Fortunately we… Read More »

Setting up Emacs/Clojure environment for Windows

This particular set of steps is done using a freshly-installed version of 64-bit Windows 8.1.  The concepts are largely stolen from here, but I removed anything about really old versions of Windows. Install Emacs 1. Download Emacs for Windows from the Big Page.  As of this writing (Oct 19, 2013), the current version is 24.3.… Read More »