Installing Leiningen and LightTable on Windows
For this class, we will use Leiningen for dependency and project management, and LightTable as our IDE. We could use any IDE, but the inline evaluation that LightTable allows is a great learning tool.
Anyways, settting up LightTable and Leiningen on Windows can be tricky, so our class participant Punit Jajodia wrote up instructions here:
http://www.programtopia.net/clojure-leningin-lighttable-setup-windows
The main steps are (the first four must be done in order:
- Install the latest JDK
- Modify Environment Variables ($PATH, $JAVA_HOME) so Windows can find Java
- Install Maven
- Modify Environment Variables ($PATH)
- Install Leiningen
- Install LightTable
Modifying Windows Environment Variables actually requires some tricks (such as referring to the standard Program Files
folder as PROGA~1
, so be sure to check out Punit's post, complete with screenshots).