This code can be found on  here:
    
    
    You can run and edit your own copy of this worksheet in under five minutes, even if you've never used
    Clojure or Gorilla REPL before:
    
    
        - If you don't yet have Leiningen installed, then follow the instructions
            here. It only takes a couple of minutes.
- Clone the   project that contains this worksheet:
            .
- Open a terminal in the project directory and run "lein gorilla".
- Open the load dialog by pressing "alt+g alt+l" ("ctrl+g ctrl+l" on Mac).
- Enter the path "" into the dialog.
 
    
        
            - If you don't have Gorilla REPL installed yet, then follow the instructions
                here.
            
- Download the worksheet from the GitHub gist:
                .
- Assuming you've added the Gorilla plugin to your "profiles.clj", as described in the getting started
                instructions from step one, then run "lein gorilla"
- Open the load dialog by pressing "alt+g alt+l" ("ctrl+g ctrl+l" on Mac).
- Enter the path to the file you saved in step two.
 
    That's it, you're done. Have fun!
    OK, got it