Language Installation Instructions
Programming Language Paradigms

1. Download the Eclipse antlr plugin from: here. Place it in your eclipse/plugins directory
2. Open Eclipse
3. Help>>Install New Software...
4. Click the button labeled "Add..."
5. Name: CounterClockwise
Location: http://updatesite.counterclockwise.googlecode.com/hg/
Click OK
6. Select the check box next to Clojure Programming
7. The guided Eclipse setup will take you through the rest.

To generate a simple hello world in Eclipse:
1. File>>New>>Clojure Project
2. Type in the project name
3. Hit finish
4. Expand the project view
5. Right click src>>New>>Clojure File
6. Type in a name, hit continue.
7. In the editor, beneath the first line which states (ns )
Write: (println "Hello my friends, hello world.")