calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
Yana 2020-10-04T16:18:51.114600Z

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?

pez 2020-10-04T16:23:58.117800Z

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.

Yana 2020-10-04T16:26:02.118Z

Reading the post, thank you! :)