Fork me on GitHub
#calva
<
2021-10-23
>
lspector02:10:30

Having been wowed by https://github.com/PEZ/rich4clojure and then seeing https://code.visualstudio.com/blogs/2021/10/20/vscode-dev?WT.mc_id=devcloud-46480-cxa, I am excited by the prospect of Calva in the browser but without 4clojure or any other preset project. It'd be great to have it come up either with a minimal "hello world" project and a connected REPL, or no project at all but the ability to create and run one like one would with an installation of VSCode/Calva. Is this possible? If I launch vscode.dev and try to add the Calva extension it won't let me. But maybe there is a way to do this, since rich4clojure is possible?

seancorfield04:10:30

I've added GitPod to several of my OSS projects and they're VS Code in the browser + Calva + Clover + a Socket REPL so it should be possible to do what you want @U06BV1HCH

👍 1
seancorfield04:10:08

My setup starts a REPL but you still have to connect to it once GitPod opens.

pez12:10:10

Calva will not work in vscode.dev, but in Codespaces and Gitpod it works. I have on my TODO to make a plain Clojure template, which I think will be a bit like what you ask for there @U06BV1HCH. I ran into some troubles last time I fiddled with it, but will pick up the task again soon. For now the closest to “Hello World!” I’ve made is this project: https://github.com/PEZ/pirate-lang

❤️ 1
pez12:10:48

Are you still using Calva 2.0.220? That’s old! And it gets in the way for clojure-lsp to help with nbb and babashka scripting. Something that the shiny new v2.0.221 does not. Also nicer looking, and better functioning, documentation, completion and signature hovers: • https://github.com/BetterThanTomorrow/calva/issues/1353https://github.com/BetterThanTomorrow/calva/issues/1341https://github.com/BetterThanTomorrow/calva/issues/1360

babashka 8
nbb 8
clojure-lsp 8
calva 8
clj-kondo 8
Hukka12:10:56

I was still using 216…

😂 2