Skip to content

Commit f6df891

Browse files
committed
add deref
1 parent ff41b03 commit f6df891

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

content/news/2024/07/17/deref.adoc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
= Clojure Deref (July 17, 2024)
2+
Alex Miller
3+
2024-07-17
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=XKHFDncWFTI[Clojure visual-tools meeting 25 - keg-party & HTMX] - Sci Cloj
13+
* https://www.youtube.com/watch?v=eBf7qb-97Bs[Pedestal 9 – API that does nothing] - Clojure Diary
14+
* https://www.youtube.com/watch?v=S8N5je3nN0c[Coding Injee – First steps] - Clojure Diary
15+
* https://podcasters.spotify.com/pod/show/lostinlambduhhs/episodes/sophia-velten-category-theory--monads--kung-fu-e2lvg8b[:sophia-velten (category theory, monads, kung-fu) by Lost in Lambduhhs] - LiLpodcast
16+
* https://www.youtube.com/watch?v=u7dtFGL4Sgg[Meetup: Collaborative Learning – Sente] - Los Angeles Clojure Users Group
17+
18+
== Blogs, articles, and projects
19+
20+
* https://www.clojuriststogether.org/news/call-for-proposals.-june-2024-member-survey/[Call for Proposals. June 2024 Member Survey] - Kathy Davis (Clojurists Together)
21+
* https://gaiwan.co/blog/heart-of-clojure-the-complete-lineup/[The Complete Lineup + Late Bird Cliff] - Arne Brasseur (Gaiwan)
22+
* https://devgiu.000.pe/posts/the-first-challenge/[The First Challenge: Logseq as Cryogen bloging editor] - Giu
23+
* https://jmglov.net/blog/2024-07-09-soundcljoud.html[Soundcljoud, or a young man's Soundcloud clonejure] - Josh Glover
24+
* https://blog.ambrosebs.com/2024/07/09/infinite-rest.html[Infinite rest] - Ambrose Bonnaire-Sergeant
25+
* https://clojure-goes-fast.com/blog/system-wide-user-clj/[System-wide user.clj with tools.deps] - Oleksandr Yakushev
26+
* https://www.evalapply.org/posts/poor-mans-job-runner-clojure-agents/[Poor man's job runner with Clojure Agents] - Aditya Athalye
27+
* https://polar.sh/eval/posts/frequent-flyers-of-the-util-namespace[Frequent Flyers of the util-namespace] - Gert Goet
28+
* https://tonsky.me/blog/clojure-macros/[Clojure macros continue to surprise me] - Nikita Prokopov
29+
30+
== Libraries and Tools
31+
32+
New releases and tools this week:
33+
34+
* https://github.com/igrishaev/pg2[pg2] https://github.com/igrishaev/pg2/blob/master/CHANGELOG.md[0.1.15] - A fast PostgreSQL driver for Clojure
35+
* https://github.com/yaml/yamlscript[yamlscript] https://github.com/yaml/yamlscript/releases/tag/0.1.66[0.1.66] - Programming in YAML
36+
* https://github.com/xadecimal/expose-api[expose-api] https://github.com/xadecimal/expose-api/blob/main/CHANGELOG.md[0.3.0] - A Clojure library designed to simplify the process of creating public-facing API namespaces
37+
* https://github.com/Mattilsynet/datomic-gcp-tf[datomic-gcp-tf] - Terraform module to run Datomic on GCP
38+
* https://github.com/phronmophobic/clong[clong] 1.4 - A wrapper for libclang and a generator that can turn c header files into clojure apis
39+
* https://github.com/clojure/tools.build[tools.build] https://github.com/clojure/tools.build/blob/master/CHANGELOG.md[0.10.5] - Clojure builds as Clojure programs
40+
* https://github.com/uncomplicate/deep-diamond[deep-diamond] 0.29.4 - A fast Clojure Tensor & Deep Learning library
41+
* https://github.com/fabricate-site/adorn[adorn] 0.1.131-alpha - Extensible conversion of Clojure code to Hiccup forms
42+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.467[2.0.467] - Clojure & ClojureScript Interactive Programming for VS Code
43+
* https://github.com/babashka/http-server[http-server] https://github.com/babashka/http-server/blob/main/CHANGELOG.md[0.1.13] - Serve static assets
44+
* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md[0.8.113] - Light-weight ClojureScript dialect
45+
* https://github.com/soulspace-org/overarch[overarch] https://github.com/soulspace-org/overarch/blob/main/Changelog.md[0.27.0] - A data driven description of software architecture based on UML and the C4 model
46+
* https://github.com/scicloj/hanamicloth[hanamicloth] https://github.com/scicloj/hanamicloth/blob/main/CHANGELOG.md[1-alpha4-SNAPSHOT] - Easy layered graphics with Hanami & Tablecloth
47+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta12] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
48+
* https://github.com/polyfy/polylith[polylith] https://github.com/polyfy/polylith/releases/tag/v0.2.20[0.2.20] - A tool used to develop Polylith based architectures in Clojure

0 commit comments

Comments
 (0)