Skip to content

Commit e88aeee

Browse files
committed
add deref
1 parent 3d9ca1d commit e88aeee

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

content/news/2024/04/05/deref.adoc

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
= Clojure Deref (Apr 5, 2024)
2+
Alex Miller
3+
2024-04-05
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://soundcloud.com/defn-771544745/94-clojure-go-cloud-storage-tech-and-more-with-albin-aurelien-and-wouter[#94 Clojure, Go, Cloud Storage Tech and more with Albin, Aurelien, and Wouter] - defn
13+
* https://www.parens-of-the-dead.com/s2e31.html[Parens of the Dead - Episode 31: On hit points] - emacsrocks
14+
* https://www.youtube.com/watch?v=5GluhUmMlpM[Noj - getting started - from raw data to a blog post] - Sci Cloj
15+
* https://www.youtube.com/watch?v=YxbS1PEZsX0[Learn Clojure - Pre and Post Condition Checking] - Clojure Diary
16+
* https://www.youtube.com/watch?v=ibjc9felB0c[Learn Clojure - Docstring] - Clojure Diary
17+
* https://www.youtube.com/watch?v=64bBcDoKW-A[Immutability and persistent data structures, overview of Clojure list, map, vector and set] - Andrey Fadeev
18+
* https://www.youtube.com/watch?v=uY-grDIsRTs&list=PLnmJKMAp4Vo52QpcmENnBywwZXD7DKEZA[What's That Function - clojure.core] - What's That Function
19+
20+
21+
== Blogs, articles, and projects
22+
23+
* https://jank-lang.org/blog/2024-03-29-syntax-quoting/[jank development update - Syntax quoting!] - Jeaye Wilkerson
24+
* https://fredrikmeyer.net/2024/04/02/2d-tree.html[Implementing a 2d-tree in Clojure] - Fredrik Meyer
25+
* https://codewithkira.com/2024-04-04-state-of-clojure-ml.html[The Current State of ML in Clojure] - Kira McLean
26+
* https://andersmurphy.com/2024/04/01/clojure-pruning-html-with-clojure-walk.html[Clojure: pruning HTML with clojure.walk] - Anders Murphy
27+
28+
== Libraries and Tools
29+
30+
New releases and tools this week:
31+
32+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md#2-beta4---2024-04-05[2-beta4] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
33+
* https://github.com/djblue/portal[portal] https://github.com/djblue/portal/releases/tag/0.54.2[0.54.2] - A clojure tool to navigate through your data
34+
* https://github.com/tonsky/sane-math[sane-math] 0.1.0 - Clojure/Script library for infix (normal) math expressions
35+
* https://github.com/mpenet/pact[pact] 1.0.6 - clojure.spec to json-schema generation library
36+
* https://github.com/eerohele/Tutkain[Tutkain] https://github.com/eerohele/Tutkain/blob/master/CHANGELOG.md#0201-alpha---2024-04-03[0.20.1 (alpha)] - A Sublime Text package for interactive Clojure development
37+
* https://github.com/pesterhazy/beep-boop[beep-boop] - Audible and visual feedback for test runs
38+
* https://github.com/babashka/neil[neil] https://github.com/babashka/neil/blob/main/CHANGELOG.md[0.3.65] - A CLI to add common aliases and features to deps.edn-based projects
39+
* https://github.com/filipesilva/fdb[fdb] https://github.com/filipesilva/fdb/blob/master/CHANGELOG.md[1.0.0] - Reactive database environment for your files
40+
* https://github.com/afucher/clojure-repl-intellij[clojure-repl-intellij] https://github.com/afucher/clojure-repl-intellij/blob/master/CHANGELOG.md[1.0.0] - Free OpenSource IntelliJ plugin for Clojure REPL development
41+
* https://github.com/jeff303/kc-repl[kc-repl] https://github.com/jeff303/kc-repl/releases/tag/v2.0[2.0] - An interactive, command line tool for exploring Kafka clusters
42+
* https://github.com/Akeboshiwind/tg-clj[tg-clj] https://github.com/Akeboshiwind/tg-clj/blob/main/CHANGELOG.md[0.2.2] - A telegram bot api wrapper inspired by aws-api
43+
* https://github.com/Akeboshiwind/tg-clj-server[tg-clj-server] https://github.com/Akeboshiwind/tg-clj-server/blob/master/CHANGELOG.md[0.3.0] - A more framework-y library for use with tg-clj inspired by ring web-servers
44+
* https://github.com/grammarly/omniconf[omniconf] https://github.com/grammarly/omniconf/blob/master/CHANGELOG.md[0.5.2] - Configuration library for Clojure that favors explicitness
45+
* https://github.com/scicloj/clay.el[clay.el] https://github.com/scicloj/clay.el/blob/main/CHANGELOG.md[1.3] - Emacs bindings for the Clojure Clay tool
46+
* https://github.com/flow-storm/flow-storm-debugger[flow-storm-debugger] https://github.com/flow-storm/flow-storm-debugger/blob/master/CHANGELOG.md[3.14.0] - A debugger for Clojure and ClojureScript with some unique features
47+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] https://github.com/clojure-lsp/clojure-lsp/releases/tag/2024.03.31-19.10.13[2024.03.31-19.10.13] - Clojure & ClojureScript Language Server (LSP) implementation
48+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/blob/published/CHANGELOG.md[2.0.435] - Clojure & ClojureScript Interactive Programming for VS Code
49+
* https://github.com/chr15m/sitefox[sitefox] 0.0.19 - Node + cljs backend web framework
50+
* https://github.com/squint-cljs/squint[squint] https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md[0.7.104] - Light-weight ClojureScript dialect
51+
* https://github.com/juji-io/datalevin[datalevin] https://github.com/juji-io/datalevin/blob/master/CHANGELOG.md[0.9.4] - A simple, fast and versatile Datalog database
52+
* https://github.com/megh-khaire/semantic-router-clj[semantic-router-clj] 0.1.0-alpha.1 - Decision making layer for LLMs in Clojure

content/news/2024/04/12/deref.adoc

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
= Clojure Deref (Apr 12, 2024)
2+
Alex Miller
3+
2024-04-12
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=zx4HGVx9NR8[Immutable Databases To Set Your Distributed System Free, by Daniel Petranek (Madison Clojure Meetup)] - Ambrose Bonnaire-Sergeant
13+
* https://www.youtube.com/watch?v=qfrEWIGwcPY[Is there a place for LLM orchestration tools? (by Žygimantas Medelis)] - London Clojurians
14+
* https://www.youtube.com/watch?v=d3iRGmbJmes[Clojure visual-tools meeting 23: ggplot study session 3] - Sci Cloj
15+
* https://www.youtube.com/watch?v=D37GCp_YYdY[Learn Clojure – Anonymous functions, and Functions returning functions] - Clojure Diary
16+
* https://www.youtube.com/watch?v=8RpvJeSbgcI[What's That Macro? clojure.core/comment] - What's That Function
17+
* https://www.youtube.com/watch?v=POAtnxjAWKY[Parens of the Dead - Episode 32: You die at the end] - emacsrocks
18+
19+
== Blogs, articles, and projects
20+
21+
* https://www.clojuriststogether.org/news/q2-2024-funding-announcement/[Q2 2024 Funding Announcement] - Kathy Davis (Clojurists Together)
22+
* https://gaiwan.co/blog/heart-of-clojure-tickets-launch/[Heart of Clojure Tickets For Sale] - Gaiwan / Heart of Clojure
23+
* https://andersmurphy.com/2024/04/06/clojure-ci-with-github-actions-and-postgres.html[Clojure: CI with Github Actions and Postgres] - Anders Murphy
24+
25+
== Libraries and Tools
26+
27+
New releases and tools this week:
28+
29+
* https://github.com/frenchy64/criterium-from-java[criterium-from-java] 1.1.0 - Use Clojure's criterium benchmarking library from other JVM languages
30+
* https://github.com/spacegangster/page-renderer[page-renderer] https://github.com/spacegangster/page-renderer/blob/master/CHANGELOG.md[0.4.7] - Create offline-ready web apps with service workers, social meta, async assets and cache-busting
31+
* https://github.com/fabiodomingues/clj-depend[clj-depend] https://github.com/fabiodomingues/clj-depend/blob/main/CHANGELOG.md[0.10.0] - A Clojure namespace dependency analyzer
32+
* https://github.com/danielsz/ring-websockets-meyvn[ring-websockets-meyvn] - Websockets implemented via Ring’s websocket protocol
33+
* https://github.com/Quantisan/docker-clojure[docker-clojure] - Official Clojure docker images are now available with JDK 22
34+
* https://github.com/RokLenarcic/memento[memento] https://github.com/RokLenarcic/memento/blob/master/CHANGELOG.md[1.1.54] - Clojure Memoization project
35+
* https://github.com/RokLenarcic/memento-redis[memento-redis] https://github.com/RokLenarcic/memento-redis/blob/main/CHANGELOG[0.2.20] - Memento cache backed by Redis
36+
* https://github.com/pedestal/pedestal[pedestal] https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md[0.7.0-beta-1] - The Pedestal Server-side Libraries
37+
* https://github.com/scicloj/clay[clay] https://github.com/scicloj/clay/blob/main/CHANGELOG.md[2-beta7] - A tiny Clojure tool for dynamic workflow of data visualization and literate programming
38+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/blob/published/CHANGELOG.md[2.0.439] - Clojure & ClojureScript Interactive Programming for VS Code
39+
* https://github.com/practicalli/project-templates[project-templates] https://github.com/practicalli/project-templates/releases/tag/2024-04-08[2024-04-08] - Clojure CLI Production level templates for seancorfield/deps-new
40+
* https://github.com/scicloj/clay.el[clay.el] https://github.com/scicloj/clay.el/blob/main/CHANGELOG.md[1.5] - Emacs bindings for the Clojure Clay tool
41+
* https://github.com/clojure-goes-fast/virgil[virgil] 0.2.1 - Recompile Java code in Clojure without restarting the REPL
42+
* https://github.com/afucher/clojure-repl-intellij[clojure-repl-intellij] https://github.com/afucher/clojure-repl-intellij/blob/master/CHANGELOG.md[1.0.3] - Free OpenSource IntelliJ plugin for Clojure REPL development
43+
* https://github.com/babashka/http-client[http-client] https://github.com/babashka/http-client/blob/main/CHANGELOG.md[0.4.17] - HTTP client for Clojure and Babashka built on java.net.http
44+
* https://github.com/clj-commons/pretty[pretty] https://github.com/clj-commons/pretty/blob/main/CHANGES.md[2.5.1] - Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions
45+
* https://github.com/jpmonettas/nrepl-flowstorm-debug[nrepl-flowstorm-debug] - A minimal repo to debug nrepl and cider middleware using FlowStorm

0 commit comments

Comments
 (0)