For Windows:

You will need Java 1.6 version or later and Eclipse.
Start Eclipse and go to Help-> Eclipse Marketplace and search for 'clojure'. 
Install Counterclockwise that pops out and check the box. 
Then Help -> Install New Softwere and in the "Work with:" text field
paste latest URL for the Eclipse Leiningen plugin :
http://ccw.cgrand.net/updatesite-lein-betas, and install that.


This quiz program is in the directorium test -> src -> test. 
The program is called core.clj.
When the core.clj is opened in Eclipse, click Run and wait for a few seconds
REPL to be opened. Program runs with typing in REPL: 
(start "firstname lastname")

