This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-08
Channels
- # announcements (1)
- # asami (4)
- # babashka (5)
- # biff (9)
- # calva (26)
- # cider (4)
- # clojure (23)
- # clojure-art (6)
- # clojure-europe (5)
- # clojure-japan (1)
- # clojure-norway (1)
- # clojurescript (11)
- # datomic (7)
- # emacs (26)
- # hoplon (3)
- # hyperfiddle (1)
- # inf-clojure (1)
- # introduce-yourself (5)
- # nyc (34)
- # podcasts-discuss (1)
- # releases (1)
- # shadow-cljs (9)
- # tools-deps (11)
Is possible to use Datomic Console without installing Datomic Pro? I’m currently using the com.datomic/dev-local dependency but I’d like to take a look in the structures and data in an easier way.
@U033YE56GCV I think you're missing the tools.deps alias for dev-local when you run REBL.
You will probably have a newer version of REBL and dev-local in your deps.edn but it shouldn't matter.
This screenshot shows a minimal deps.edn and a terminal running clojure -M:rebl-main:rebl:dev-local
, no Calva or Emacs based REPL (They are supported, I just wanted to show a minimal configuration)
Maybe it seems related to my weird setup. I have the ~/.clojure/deps.edn configured to share aliases across all projects, but my project is using lein with a project.clj. Is it possible to make both run together? Otherwise I will convert the project.clj to deps.edn.