June 2017
Beginner
450 pages
11h 9m
English
Clojure's source code of a project is run inside a Clojure REPL instance running inside Eclipse. The REPL screen is split into two subwindows. The upper window contains the output of the REPL, while the lower half can be used to enter commands. When you press enter, the command is printed to the upper window and evaluated and the output is printed:

You can run multiple instances of the REPL at the same time. To run an additional instance, click on the project name once again, press the Run button on the toolbar, and choose Clojure Application when prompted to select Run Configuration. Counterclockwise will ask whether ...
Read now
Unlock full access