This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-02
Channels
- # announcements (11)
- # aws (2)
- # babashka (42)
- # beginners (26)
- # calva (17)
- # cider (1)
- # clara (2)
- # clj-kondo (44)
- # clojars (30)
- # clojure (43)
- # clojure-australia (6)
- # clojure-europe (29)
- # clojure-gamedev (4)
- # clojure-greece (1)
- # clojure-nl (4)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojurescript (28)
- # cursive (16)
- # data-science (1)
- # datahike (4)
- # datomic (26)
- # emacs (6)
- # events (3)
- # fulcro (11)
- # graalvm (7)
- # holy-lambda (118)
- # java (9)
- # jobs (1)
- # leiningen (3)
- # lsp (21)
- # luminus (2)
- # malli (13)
- # membrane-term (1)
- # music (1)
- # nrepl (3)
- # off-topic (38)
- # pedestal (2)
- # polylith (39)
- # re-frame (33)
- # reagent (7)
- # releases (1)
- # remote-jobs (4)
- # rewrite-clj (28)
- # ring (21)
- # sql (2)
- # tools-deps (23)
- # vim (4)
- # xtdb (15)
A new Calva is out 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
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.
Now also on Youtube: https://www.youtube.com/watch?v=a4sm_B_mqhs
This is great and I so so like Rich comments highlight! How does "Go to Rich Comments" work in case of multiple ones?
Hmm, sounds like I have created a Ux issue 😃 The command prints the example to a new Rich Comment.
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.
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
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
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/