This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-30
Channels
- # announcements (9)
- # babashka (22)
- # beginners (25)
- # calva (2)
- # cider (9)
- # clj-on-windows (15)
- # clj-otel (29)
- # clojure (73)
- # clojure-conj (4)
- # clojure-europe (69)
- # clojure-gamedev (4)
- # clojure-nl (1)
- # clojure-norway (19)
- # clojure-sweden (12)
- # clojure-uk (4)
- # clojuredesign-podcast (6)
- # clojurescript (5)
- # clr (52)
- # community-development (2)
- # cursive (5)
- # datahike (3)
- # datalevin (5)
- # datascript (4)
- # datomic (14)
- # dev-tooling (13)
- # events (4)
- # gratitude (12)
- # honeysql (1)
- # hyperfiddle (15)
- # jobs (1)
- # lsp (19)
- # malli (8)
- # meander (2)
- # missionary (10)
- # off-topic (12)
- # polylith (3)
- # reagent (8)
- # reitit (2)
- # remote-jobs (1)
- # shadow-cljs (31)
- # timbre (4)
Hello, I've created a https://gist.github.com/jeroenvandijk/d113bf41382b514d23a750fbd5a0f818#file-datascript_slash_search-clj-L275-L304 😅
It's not good enough for serious usage, but I think it could be interesting to explore more. (https://gist.github.com/jeroenvandijk/d113bf41382b514d23a750fbd5a0f818#open-issues)
I'm using Datascript to mimic Datalevin in development so reloading code and tests are faster. I think adding search to Datascript would make this setup more complete 🚀
Especially the https://gist.github.com/jeroenvandijk/d113bf41382b514d23a750fbd5a0f818#file-datascript_slash_search-clj-L186-L211 is a bit magic to me. I'm actually surprised I got this far