Fork me on GitHub
#announcements
<
2023-04-28
>
Noah Bogart01:04:29

https://cljdoc.org/d/io.github.noahtheduke/splint/1.3.1/doc/home 1.3.1 - Clojure linter focused on style and code shape. New rules since 1.2.4: • naming/single-segment-namespace: Prefer (ns foo.bar) to (ns foo). • lint/prefer-require-over-use: Prefer (:require [clojure.string ...]) to (:use clojure.string). Accepts different styles in the replacement form: :as, :refer [...] and :refer :all. • naming/conventional-aliases: Prefer idiomatic aliases for core libraries (`[clojure.string :as str]` to [clojure.string :as string]). • naming/lisp-case: Prefer kebab-case over other cases for top-level definitions (aka prefer (def some-var 1) to (def some_var 1) or someVar ) • style/multiple-arity-order: Function definitions should have multiple arities sorted fewest arguments to most: (defn foo ([a] :a) ([a b] :b) ([a b & more] :c)) Swing through #splint for further conversation.

🎉 7
fogus (Clojure Team)12:04:43

The Clojure team is proud to introduce Morse, a graphical, interactive tool for browsing and inspecting Clojure data, evolved from REBL. Morse is open source, licensed under the Apache license. You can find information about Morse at the following URLs: • https://clojure.org/news/2023/04/28/introducing-morsehttps://github.com/nubank/morsehttps://github.com/nubank/morse/blob/main/docs/guide.adochttps://ask.clojure.org/index.php/tools/morsehttps://github.com/nubank/morse/issues Live discussion of Morse happens in the Clojurians Slack channel #C055EHYAY1Z

😍 74
🚀 80
18
🎉 36
👍 16
2
2
gratitude-thank-you 2
seancorfield15:04:37

Following the announcement of XTDB 2.0 and the availability of snapshot builds for early testing and feedback, here's an experimental extension of next.jdbc that works with the SQL API of XTDB: https://github.com/seancorfield/next.jdbc.xt -- follow-up in #xtdb

🙌 51
👀 25
17
🚀 44
❤️ 25
metal 13
2