This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-31
Channels
- # announcements (1)
- # babashka (27)
- # beginners (33)
- # cider (22)
- # clj-kondo (1)
- # cljdoc (2)
- # cljs-dev (8)
- # clojure (96)
- # clojure-australia (7)
- # clojure-europe (24)
- # clojure-nl (1)
- # clojure-taiwan (1)
- # clojure-uk (7)
- # clojuredesign-podcast (4)
- # clojurescript (23)
- # clojureverse-ops (1)
- # conjure (11)
- # cursive (29)
- # datahike (1)
- # datascript (8)
- # datomic (4)
- # emacs (1)
- # figwheel-main (1)
- # fulcro (3)
- # helix (7)
- # jobs (4)
- # lsp (6)
- # malli (3)
- # off-topic (35)
- # pathom (6)
- # re-frame (4)
- # releases (1)
- # sci (18)
- # shadow-cljs (14)
- # sql (1)
- # tools-deps (11)
- # xtdb (6)
Good morning! I was wondering what good in-depth tutorials/books exist on datomic / datascript?
http://www.learndatalogtoday.org is a great resource for datalog
there is also the extensive datomic documentation, which features a "day of datomic" tutorial section https://docs.datomic.com/on-prem/learning/day-of-datomic.html
most of the things that apply to datomic apply to datascript, at least per the interface
tonsky also has some writing on the topic: https://tonsky.me/blog/datascript-internals/ https://tonsky.me/blog/datascript-resources/
Thanks a lot! @UUPC4CHEZ
@U012RRNTPMJ I found the getting started page of the datascript docs a good starting point: https://github.com/tonsky/datascript/wiki/Getting-started