This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-29
Channels
- # babashka (30)
- # beginners (207)
- # biff (3)
- # calva (10)
- # cljs-dev (3)
- # clojure (34)
- # clojure-austin (3)
- # clojure-bay-area (1)
- # clojure-dev (3)
- # clojure-europe (31)
- # clojure-nl (1)
- # clojure-norway (37)
- # clojure-uk (8)
- # community-development (3)
- # core-async (4)
- # data-science (1)
- # dev-tooling (2)
- # emacs (4)
- # etaoin (12)
- # fulcro (7)
- # gratitude (1)
- # hyperfiddle (7)
- # jobs-discuss (191)
- # lsp (15)
- # malli (1)
- # other-languages (11)
- # overtone (1)
- # pathom (3)
- # pedestal (1)
- # polylith (21)
- # releases (1)
- # squint (5)
- # yamlscript (5)
Hey ! The fulcro rad template deps to com.datomic/datomic-free. I was under the impression that it was not the one to use from now on. But I'm very confused about datomic versions (free, dev-local, local, pro, cloud). Any pointers ?
Ah, good point. Yes, that should be switched to probably use the newest thing…but I think it is using the Datomic Pro API, which is slightly different than cloud. The old “free” thing was before the whole thing was free. Pro you run on your own computers, and cloud runs in AWS. The local/dev-local lib allows you to run an in-memory version (or on-disk) of a “cloud emulator” basically.
But the template didn’t expect you to keep using that anyway, it was just the one that was mvn available. It always expected you to change to what you wanted/had a license for.
Fulcro uses datamock , which is incompatible w/ the latest datomic 😭 There is a fixed fork on clojars, and vvval promised to release it but failed to do so… 😭 See https://github.com/vvvvalvalval/datomock/issues/10