Fork me on GitHub
#calva
<
2020-10-04
>
Yana16:10:51

Hi! I'm sorry if this question was asked before, I couldn't find an answer to it on http://clojurians-log.clojureverse.org. I was wondering: why does Calva REPL use a .calva-repl file instead of "Debug console" or "Terminal" VS Code feature to display the REPL?

pez16:10:58

Hello, @alpakido! This post somewhat explains it. https://clojureverse.org/t/calva-summer-of-bugs-2020/6303 even if it doesn't mention the alternatives of using terminals or debug console. Long ago we used terminals actually, but it was very limited what we could do with them. The debug console doesn't have the API:s we need.

Yana16:10:02

Reading the post, thank you! :)