This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-13
Channels
- # announcements (1)
- # asami (6)
- # babashka (7)
- # beginners (94)
- # biff (1)
- # calva (18)
- # clj-kondo (35)
- # cljsrn (1)
- # clojure (7)
- # clojure-europe (1)
- # clojure-nl (1)
- # clojure-uk (1)
- # clojurescript (18)
- # core-logic (1)
- # datalog (2)
- # editors (10)
- # exercism (2)
- # figwheel-main (1)
- # fulcro (2)
- # introduce-yourself (1)
- # lsp (33)
- # malli (7)
- # off-topic (3)
- # pedestal (1)
- # portal (2)
- # re-frame (16)
- # releases (1)
- # shadow-cljs (10)
- # specter (3)
- # tools-deps (8)
I've finally hunkered down and start to hack on Calva a bit. In the process, as is natural, I got lost in a sea of TypeScript as Calva has a lot of features. And VSCode's API seems to be extremely limiting.
@mauricio.szabo I found your repl-tooling project, and I was thinking to experimenting with that for a new VSCode extension. Is it still current? Note, this is purely experimental for my education...
Sure, it is current, but the current version is at the Gitlab: http://gitlab.com/clj-editors/repl-tooling
Please ping me if you need any help. There's little documentation, but you can check Clover source code (it's quite small, honestly): https://gitlab.com/clj-editors/clover
Also, I have a post when I implement a "repl-tooling client" if that helps: https://mauricio.szabo.link/blog/2020/02/26/repl-tooling-clients/
And finally, ping me if you have any questions. Also, I'm quite curious too, what do you intend to do with this new VSCode extension?