Hacker News new | ask | show | jobs
by marcinzm 1161 days ago
> The REPL is not on par. You can run an in-editor REPL and build your entire program in a REPL session. Combined with tap you can visualize your output on the fly.

In Python you could just open up a notebook if you wanted that.

1 comments

It's not even close - it's not feasible to develop a real server application in a notebook, while you're absolutely will be doing REPL-driven development in Clojure.