This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-18
Channels
- # announcements (4)
- # babashka (13)
- # beginners (8)
- # chlorine-clover (1)
- # cider (5)
- # clj-http (12)
- # clojure (157)
- # clojure-dev (14)
- # clojure-europe (26)
- # clojure-nl (2)
- # clojure-norway (69)
- # clojure-uk (6)
- # clojuredesign-podcast (21)
- # clojurescript (7)
- # core-async (4)
- # datomic (170)
- # editors (1)
- # hyperfiddle (45)
- # java (7)
- # joyride (1)
- # leiningen (43)
- # lsp (7)
- # malli (24)
- # music (1)
- # off-topic (22)
- # pathom (16)
- # portal (31)
- # re-frame (1)
- # releases (1)
- # shadow-cljs (36)
- # squint (4)
New https://github.com/generateme/fastmath released! What's new since 2.2.1 1. SMILE 3.0.2 dependencies (mainly used for clustering and some stastical algorithms) 2. Numerical https://generateme.github.io/fastmath/notebooks/notebooks/calculus/#differentiation and https://generateme.github.io/fastmath/notebooks/notebooks/calculus/#integration (with native: h-adaptive Gauss-Kronrod, Cubature and VEGAS+ algorithms) 3. Linear optimization 4. https://generateme.github.io/fastmath/notebooks/notebooks/complex_quaternion/index.html#quaternions 5. Fixed size (2d, 3d and 4d) matrices
Important information - unfortunately SMILE 3.0.2 is GPL 😕 Please be careful. The next version of fastmath will be back to LGPL dependency.
https://github.com/clojure/tools.namespace 1.4.5 is now available: • Fix https://clojure.atlassian.net/browse/TNS-58: Split refresh logic into scan and refresh-scanned so scan can be called separately (thanks @tonsky)
https://plugins.jetbrains.com/plugin/23073-clojure-repl 0.1.4 is out: • Add support for starting REPL from inside IntelliJ. https://github.com/afucher/clojure-repl-intellij/issues/40 (tks @ericdallo) • Add support to read .nrepl-port file to connect to a running nREPL process. https://github.com/afucher/clojure-repl-intellij/issues/5