This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-02
Channels
- # adventofcode (76)
- # announcements (1)
- # asami (1)
- # babashka (31)
- # beginners (302)
- # calva (3)
- # cider (1)
- # clj-kondo (1)
- # cljdoc (1)
- # cljfx (63)
- # cljsjs (2)
- # clojure (36)
- # clojure-europe (29)
- # clojure-gamedev (2)
- # clojure-nl (5)
- # clojure-sanfrancisco (2)
- # clojure-spec (2)
- # clojure-uk (71)
- # clojurescript (19)
- # conjure (21)
- # core-async (10)
- # core-matrix (1)
- # cryogen (4)
- # cursive (12)
- # datomic (22)
- # emacs (4)
- # events (1)
- # figwheel-main (7)
- # fulcro (9)
- # graalvm (1)
- # jobs (1)
- # kaocha (17)
- # lambdaisland (1)
- # meander (7)
- # mount (2)
- # nrepl (12)
- # off-topic (35)
- # re-frame (15)
- # reagent (17)
- # remote-jobs (1)
- # reveal (41)
- # shadow-cljs (13)
- # spacemacs (2)
- # tools-deps (24)
Hey! It ended up with "yes" but the question is when I'll get around to it and how hard it'll be / if tree-sitter makes it trivial (treevial?). I created an issue on the GitHub for it recently too, so we can always discuss or watch for updates there for the future :)
I've been pretty quiet on the Conjure front because I've been building talks, refactoring, adding other languages, but hopefully I can speed up again soon. Work + pandemic leads me to shy away from extra OSS too 😬 I'm excited to get back to adding things soon. I know you're not pressuring me at all here btw, just wanted to mention that I'm excited to do things soon 🙂
I moved most of my internal todo list into the issue tracker for people to watch / comment on and to reduce the amount of duplicated queries. It also shows how many things I'm considering 😅 gotta pick what I work on carefully and after I've given it enough thought to make sure I get it right.
I think I did try to tackle the comment eval in a time box and ran out of time, it's pretty tricky to search for pairs outwards up to an N-1 point, like there's no way to tell nvim to do that. So I have to write it myself for the most part and it could be slow / buggy because I can only search from the cursor position, which might need to be moved as part of the solution which I really never want to do.
0.5 is definitely progressing, init.lua loading by default arrived in master the other day
hehe, "stop right before comment
when evaling a root form" does sound like a simple feature. These things have a way of making you think it's a five minute job, and then, 2 years later... 😁