Fork me on GitHub
#announcements
<
2021-11-02
>
pez09:11:59

A new Calva is out calva https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.223. The main new feature is ClojureDocs integration. • ClojureDocs examples in the hover-lookup of symbols. So that you can at a glance see neat ways and caveats about Clojure core-ish symbols. Each example have two buttons/links: ◦ To Rich Comment, prints the example to a rich comment below the top level form you are editing/viewing ◦ To Output Window, prints the example to the REPL/Output window • A command for printing all clojuredocs examples for the symbol under the cusror to a Rich Comment, default bound to `ctrl+alt+r d` (to go well with the command for opening a new rich comment block). • A command for printing all clojuredocs examples for the symbol under the cursor to the Output/REPL window, `ctrl+alt+o d` When the next clojure-lsp is released, this will be available in ClojureScript as well.. See https://calva.io/clojuredocs/ to learn more. An early dev version of the hover is demoed in this tweet: https://twitter.com/pappapez/status/1452409528511762444

calva 23
🎉 17
clojure-lsp 6
Stuart10:11:11

This is fantastic, this is the pretty much the only featured I missed from Cursive 🙂 And the to rich comment / output window makes it even better than what cursive had.

❤️ 2
martinklepsch13:11:22

Very cool stuff

❤️ 1
ericdallo14:11:48

awesome work!

❤️ 1
richiardiandrea15:11:49

This is great and I so so like Rich comments highlight! How does "Go to Rich Comments" work in case of multiple ones?

❤️ 1
pez15:11:35

Hmm, sounds like I have created a Ux issue 😃 The command prints the example to a new Rich Comment.

pez15:11:27

There is a Go To Rich Comment in Calva, actually. Though it is not named like that (yet). It is named Create Rich Comment, which will create a new rich comment in “a good place”, which is most often below the current top level form. If there already is a rich comment there, then the command will go there.

pez16:11:57

And the new clojure-lsp is out! If you are using ClojureScript, then reload the VS Code window and you will get those ClojureDocs hovers. 🎉 https://clojurians.slack.com/archives/C015AL9QYH1/p1635869261015700

🎉 2
🚀 2
💥 2
ericdallo16:11:30

clojure-lsp New https://clojure-lsp.io/ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.11.02-15.24.47 with lots of improvements and new features! 🎉 Check it out one of them, the live rename of locals For more information, come to #lsp

🎉 18
clojure-lsp 9
😎 7
🤤 2
🚀 1
Carsten Behring23:11:50

Aa new release of , the idiomatic machine learning library for Clojure, is out. Version 0.1.1 adds support for unsupervised learning together with various unsupervised models (projections, clustering and manifold) https://clojars.org/scicloj/scicloj.ml/

🎉 10