This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-24
Channels
- # announcements (11)
- # beginners (72)
- # calva (11)
- # cider (12)
- # clj-kondo (147)
- # clojure (6)
- # clojure-new-zealand (2)
- # clojuredesign-podcast (2)
- # clojurescript (36)
- # cursive (2)
- # datomic (5)
- # emacs (4)
- # fulcro (57)
- # graalvm (104)
- # graphql (2)
- # jobs (1)
- # joker (1)
- # kaocha (3)
- # malli (51)
- # off-topic (2)
- # portkey (1)
- # reagent (18)
- # shadow-cljs (26)
- # spacemacs (7)
- # tools-deps (5)
- # vim (4)
it sounds like the standalone REPL interactor isn't being maintained. what's the current state of it?
I'd like to hook up a REPL UI to a self-hosted environment and it looks pretty nice already
@lilactown, I had to move it closer to Calva in order to maintain it. It has led to that it is in better shape then ever. It should be entirely possible to make a build script that packages the standalone interactor. It lives in src/webview
and depends on stuff in src/cursor-doc
, none of which is dependent on anything else in Calva.
Sorry for asking again. I'm trying to open my old clojure namespaces folder, but without a success. Without project.clj it shows an error
There was no valid project configuration found in the workspace. Please open a file in your Clojure project and try again. Aborting.
, with project.clj it shows
Error: Could not find or load main class clojure.main
Subprocess failed
The terminal process terminated with exit code: 1
I dont want any main class or project deps - I just want to open a repl, load my namespace and evaluate forms