Skip to content

Commit cbb5d42

Browse files
committed
add deref
1 parent b09e3c5 commit cbb5d42

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

content/news/2024/11/22/deref.adoc

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
= Clojure Deref (Nov 22, 2024)
2+
Alex Miller
3+
2024-11-22
4+
:jbake-type: post
5+
6+
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
7+
8+
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: https://clojure.org/feed.xml[RSS]). Thanks to Anton Fonarev for link aggregation.
9+
10+
== Podcasts, videos, and media
11+
12+
* https://www.youtube.com/watch?v=CtzP1EKqgIY[r/place in Clojure and Clojurescript - Part 3] - Unravel Tech
13+
* https://www.youtube.com/watch?v=4164fzsIPWQ[Clojure service template for a web application (HTML and Rest) with database backend] - Andrey Fadeev
14+
15+
== Blogs, articles, and projects
16+
17+
* https://dragan.rocks/articles/24/Apple-Silicon-Support-for-Clojure-Neanderthal-Fast-Matrix-Library[Apple silicon support in Clojure's Neanderthal Fast Matrix Library] - Dragan Djuric
18+
19+
== Libraries and Tools
20+
21+
New releases and tools this week:
22+
23+
* https://github.com/clojure/brew-install[Clojure CLI] https://clojure.org/releases/tools[1.12.0.1488] - Clojure CLI
24+
* https://github.com/igrishaev/ring-jdk-adapter[ring-jdk-adapter] https://github.com/igrishaev/ring-jdk-adapter/blob/master/CHANGELOG.md[0.1.1] - Zero-deps Ring server on top of jdk.httpserver
25+
* https://github.com/filipesilva/datomic-pro-sqlite[datomic-pro-sqlite] - Get started with Datomic Pro quickly on a single machine setup that will take you pretty far
26+
* https://github.com/ikappaki/basilisp-nrepl-async[basilisp-nrepl-async] https://github.com/ikappaki/basilisp-nrepl-async/blob/main/CHANGELOG.md[0.1.0] - A Basilisp Clojure async nREPL server for cooperative multitasking
27+
* https://github.com/clj-commons/rewrite-clj[rewrite-clj] https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v1.1.49[1.1.49] - Rewrite Clojure code and edn
28+
* https://github.com/chr15m/cljs-josh[cljs-josh] - Scittle cljs live-reloading server
29+
* https://git.sr.ht/~jomco/openapi-v3-validator[openapi-v3-validator] 1.5.0 - A pure-clojure library for validating ring requests & responses against OpenAPI v3 specifications
30+
* https://github.com/clojure-goes-fast/clj-async-profiler[clj-async-profiler] https://github.com/clojure-goes-fast/clj-async-profiler/blob/master/CHANGELOG.md[1.5.0] - Embedded high-precision Clojure profiler
31+
* https://github.com/paintparty/bling[bling] https://github.com/paintparty/bling/blob/main/CHANGELOG.md[0.4.2] - Rich text console printing for Clojure, ClojureScript, and Babashka
32+
* https://github.com/HendrikLevering/cljs-eval[cljs-eval] https://github.com/HendrikLevering/cljs-eval/blob/main/CHANGELOG.md[0.1.1] - Eval CLJS code directly from CLJ
33+
* https://github.com/roman01la/cljs-react-devtools[cljs-react-devtools] 0.1.0 - React DevTools for ClojureScript wrappers
34+
* https://github.com/scicloj/tableplot[tableplot] https://github.com/scicloj/tableplot/blob/main/CHANGELOG.md[1-alpha14.1] - Easy layered graphics with Hanami & Tablecloth
35+
* https://github.com/babashka/cli[cli] https://github.com/babashka/cli/blob/main/CHANGELOG.md[0.8.61] - Turn Clojure functions into CLIs!
36+
* https://github.com/scicloj/noj[noj] https://github.com/scicloj/noj/blob/main/CHANGELOG.md[2-alpha12.1] - A clojure framework for data science
37+
* https://github.com/scicloj/kind-portal[kind-portal] https://github.com/scicloj/kind-portal/blob/main/CHANGELOG.md[1-beta2] - An adapter for the Portal tool to support the Kindly conventions
38+
* https://github.com/walmartlabs/lacinia-pedestal[lacinia-pedestal] https://github.com/walmartlabs/lacinia-pedestal/blob/master/CHANGELOG.md[1.3.1] - Expose Lacinia GraphQL as Pedestal endpoints
39+
* https://github.com/noahtheduke/lazytest[lazytest] https://github.com/NoahTheDuke/lazytest/blob/main/CHANGELOG.md[1.4.1] - A standalone BDD test framework for Clojure
40+
* https://github.com/seancorfield/polylith-external-test-runner[polylith-external-test-runner] https://github.com/seancorfield/polylith-external-test-runner/blob/main/CHANGELOG.md[0.6.0] - An external (subprocess) test runner for Polylith
41+
* https://github.com/seancorfield/test-runner[test-runner] https://github.com/seancorfield/test-runner/blob/master/changes.md[0.6.0] - A test runner for the Clojure CLI, that supports clojure.test, Expectations, and LazyTest
42+
* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md[0.8.124] - Light-weight ClojureScript dialect
43+
* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md[1.12.0.1488] - A faithful port of the clojure CLI bash script to Clojure

0 commit comments

Comments
 (0)