Fork me on GitHub
#announcements
<
2019-04-04
>
borkdude13:04:13

A new version of clj-kondo is available with improved support for CLJC files and better caching performance. You can now install clj-kondo with brew: https://github.com/borkdude/clj-kondo#installation And Emacs integration can be enabled using: https://github.com/borkdude/flycheck-clj-kondo Happy linting!

👍 28
yuhan14:04:42

I hope this is the right place to ask, but does clj-kondo use static analysis for its linting like joker? It wasn't very clear from the readme.

borkdude14:04:00

I’ll add it to the README

yuhan14:04:17

Thanks! One major issue I had with squiggly-clojure's plugins was having to be very careful about putting every side-effectful function call in a comment form even if it was just for temporary testing

yuhan14:04:33

static analysis is definitely the way to go here 🙂

borkdude14:04:00

yeah. also with CLJS I sometimes find it hard to get a REPL running. with this tool I get at least some errors about invalid arities before sending it to the browser for reloading

miro17:04:46

hi guys! I've released titanoboa v. 0.8.0 - main notable change is a new API to support new GUI features: - REPL for java lambdas (yay! you just mark the whole java lambda code and if you hit ctrl-enter it will get evaluated using current step's properties as input) - code autocomplete https://github.com/mikub/titanoboa

👍 8