Skip to content

Commit 5bca1b3

Browse files
committed
add deref
1 parent 039f827 commit 5bca1b3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

content/news/2024/02/15/deref.adoc

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
= Clojure Deref (Feb 15, 2024)
2+
Alex Miller
3+
2024-02-15
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 and videos
11+
12+
* https://www.youtube.com/watch?v=ZajJQGGB-ng[Ways of working with AWS API from Clojure (aws-sdk-v2, cognitect/aws-api, amazonica)] - Andrey Fadeev
13+
14+
== Blogs, articles, and projects
15+
16+
* https://www.clojuriststogether.org/news/call-for-proposals.-february-2024-member-survey/[Call for Proposals. February 2024 Member Survey] - Clojurists Together
17+
* https://jmglov.net/blog/2024-02-09-counting-blog-posts.html[Counting blog posts in 50 simple steps] - Josh Glover
18+
* https://codewithkira.com/clojure-tidy-tuesdays/year_2024.week_5.analysis.html[Week 5 - Groundhog Predictions] - Kira McLean
19+
* https://insideclojure.org/2024/02/12/method-values/[Method Values] - Alex Miller
20+
* https://jmglov.net/blog/2024-02-13-bb-playground.html[Playing on the Babashka playground] - Josh Glover
21+
* https://www.juxt.pro/blog/uri-templates/[URI Templates] - Malcolm Sparks (JUXT)
22+
* https://metaredux.com/posts/2024/02/15/cider-community-impact.html[CIDER: Community Impact] - Bozhidar Batsov
23+
* https://camdez.com/blog/2024/02/09/java-allergies-and-revisiting-java.time/[Java Allergies and Revisiting java.time] - Cameron Desautels
24+
25+
== Libraries and Tools
26+
27+
New releases and tools this week:
28+
29+
* https://github.com/abogoyavlensky/asdf-cljstyle[asdf-cljstyle] - cljstyle plugin for the asdf version manager
30+
* https://github.com/clj-kondo/clj-kondo[clj-kondo] https://github.com/clj-kondo/clj-kondo/releases/tag/v2024.02.12[2024.02.12] - Static analyzer and linter for Clojure code that sparks joy
31+
* https://github.com/jacobobryant/biff[biff] https://github.com/jacobobryant/biff/discussions/186[1.8.0] - A Clojure web framework for solo developers
32+
* https://github.com/borkdude/edamame[edamame] https://github.com/borkdude/edamame/blob/master/CHANGELOG.md#1425[1.4.25] - Configurable EDN/Clojure parser with location metadata
33+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.411[2.0.411] - Clojure & ClojureScript Interactive Programming for VS Code
34+
* https://github.com/juji-io/datalevin[datalevin] https://github.com/juji-io/datalevin/blob/master/CHANGELOG.md#0826-2024-02-09[0.8.26] - A simple, fast and versatile Datalog database
35+
* https://github.com/NoahTheDuke/splint[splint] https://github.com/NoahTheDuke/splint/blob/main/CHANGELOG.md#v113---2024-02-14[1.13] - A Clojure linter focused on style and code shape
36+
* https://github.com/babashka/http-client[http-client] https://github.com/babashka/http-client/blob/main/CHANGELOG.md#0416-2024-02-10[0.4.16] - HTTP client for Clojure and Babashka built on java.net.http
37+
* https://github.com/babashka/nbb[nbb] https://github.com/babashka/nbb/blob/main/CHANGELOG.md#12182-2024-02-12[1.2.182] - Scripting in Clojure on Node.js using SCI
38+
* https://github.com/BetterThanTomorrow/joyride[joyride] https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.43[0.0.43] - Making VS Code Hackable like Emacs since 2022
39+
* https://github.com/fulcrologic/guardrails[guardrails] 1.2.1 - Efficient, hassle-free function call validation with a concise inline syntax for clojure.spec and Malli
40+
* https://github.com/babashka/cli[cli] https://github.com/babashka/cli/blob/main/CHANGELOG.md#v0856-2024-02-13[0.8.56] - Turn Clojure functions into CLIs!
41+
* https://github.com/soulspace-org/overarch[overarch] https://github.com/soulspace-org/overarch/releases/tag/v0.9.0[0.9.0] - A data driven description of software architecture based on UML and the C4 model
42+
* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/releases/tag/v0.6.92[0.6.92] - Light-weight ClojureScript dialect

0 commit comments

Comments
 (0)