Questions tagged [counterclockwise]

Counterclockwise is an Eclipse plugin to help developers write Clojure code.

Counterclockwise is an plugin helping develop solutions with .

62 questions
0
votes
1 answer

clojure: how to use recur in if statement

Disclaimer: I'm learning clojure. This is the simple example I'm trying to run: (ns ClojureTest.core) (let [input (read-line)] ;if user input = "x" (if (= "x" input) ;stop accepting input (println "Exit") ;else output the input and…
Caballero
  • 11,546
  • 22
  • 103
  • 163
0
votes
1 answer

Eclipse - Clojure - Counterclockwise plugin - shortcut for evaluating selection in REPL namespace (not file namespace)

Suppose I have my first file/namespace with the following: (ns a) I run this to get a repl with 'Clojure/Load File in REPL' Then I open up a second file/namespace with the following: (ns b) (ns c) (println *ns*) Suppose I select the (ns b) and…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
1 2 3 4
5