This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-03
Channels
- # aws (3)
- # babashka (46)
- # bangalore-clj (2)
- # beginners (89)
- # cider (1)
- # clojure (57)
- # clojurescript (4)
- # conjure (6)
- # duct (3)
- # fulcro (2)
- # graalvm-mobile (41)
- # introduce-yourself (1)
- # lsp (12)
- # malli (11)
- # off-topic (37)
- # pathom (3)
- # pedestal (6)
- # podcasts-discuss (5)
- # polylith (17)
- # releases (2)
- # sci (2)
- # shadow-cljs (8)
- # specter (1)
- # tools-deps (10)
What does this mean for Conjure? I haven’t been following very closely
So there's some shims I've had to do I think. The main thing is that I couldn't pass functions from lua -> viml as callbacks but now I can! Which MASSIVELY simplifies some code.
The main one would be treesitter, which I really want to rely on but I don't think it's on by default for people, I think you need to put some effort into enabling it for your language (and only some languages are supported!) So I could move Conjure to relying on it and slowly phase out the character wise / regex hunting for forms over time, but I think if I switched it off right now a lot of setups would break.