there is bunch of repl in clojure ?
is anybody having idea which one is good?
Practically all Clojure REPLs mentioned are based upon nREPL, and as such have the same backend functionality. The choice of REPL client frontend is usually driven by usecase:
project.clj
integration:
java -cp clojure.jar clojure.main
Client maturity and functionality within these categories differ little, and are user preference based. However, choosing the right type of REPL by usecase makes all the difference, which is why most Clojure users switch between them when needed.