Fork me on GitHub
#announcements
<
2019-10-26
>
borkdude10:10:26

clj-kondo v2019.10.26: - Windows support via LSP and NPM - Major improvement in parser feedback when typing unbalanced parens and more! https://github.com/borkdude/clj-kondo/releases/tag/v2019.10.26 Follow up in #clj-kondo.

aw_yeah 16
clj-kondo 24
❤️ 12
otfrom15:10:10

typing unbalanced parens? 😉 #paredit4life

borkdude15:10:26

@U0525KG62 some people don't know paredit yet (beginners) and some other people (of course not me... cparen) sometimes copy paste code which is unbalanced.

otfrom16:10:18

I know. This is really cool and will be helpful for a lot of people. Thx for the new version!

borkdude16:10:33

Thank @U0K592YDP for the parsing improvements 🙂

🙏 8
practicalli-johnny12:10:48

Practicalli Clojure YouTube channel - 50 videos to help you discover the fun in functional programming with Clojure https://www.youtube.com/playlist?list=PLpr9V-R8ZxiDjyU7cQYWOEFBDR1t7t0wv https://practicalli.github.io/

🙏 28
❤️ 36
🎓 4
borkdude12:10:11

This is awesome.

👍 4
borkdude21:10:54

Babashka, a native scripting tool for Clojure, v0.0.22: support for reader conditionals: https://github.com/borkdude/babashka#reader-conditionals

borkdude22:10:26

Implementation detail: to make this work, I also had to add support for reader conditionals to sci and edamame:

(edamame/parse-string "[1 2 #?@(:cljs [3 4])]" {:features #{:cljs} :read-cond :allow})
;;=> [1 2 3 4]

👍 4