Skip to content

Commit ba9bd60

Browse files
committed
add deref
1 parent 89a2e0a commit ba9bd60

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

content/news/2024/09/13/deref.adoc

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= Clojure Deref (Sept 13, 2024)
2+
Alex Miller
3+
2024-09-13
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=WO6mVURUky4[Clojurists Together Q3 2024 project: Scicloj - initial work plan] - Sci Cloj
13+
14+
== Blogs, articles, and projects
15+
16+
* https://www.clojuriststogether.org/news/2024-board-nominations-and-our-annual-meeting/[2024 Board Nominations and Our Annual Meeting] - Kathy Davis (Clojurists Together)
17+
* https://clojure-goes-fast.com/blog/clj-async-profiler-130/[clj-async-profiler 1.3.0: new sidebar and snappier rendering] - Oleksandr Yakushev
18+
* https://scicloj.github.io/clojure-data-tutorials/projects/ml/sklearn-clj/index.html[A tutorial on using models from Python sklearn from Clojure] - Carsten Behring
19+
* https://medium.com/@deshpande.mihir7/deepwalking-in-clojure-0b2c4eacd4e0[Deepwalking in Clojure] - Mihir Deshpande
20+
* https://yyhh.org/blog/2024/09/competing-for-the-job-with-a-triplestore/[Competing for the JOB with a Triplestore] - Huahai Yang
21+
* https://increasinglyfunctional.com/2024/09/04/passkeys-react-native-clojure-part-iv.html[Passkeys for React Native with Clojure, Part IV] - Joshua Miller
22+
23+
== Libraries and Tools
24+
25+
New releases and tools this week:
26+
27+
* https://github.com/clojure/brew-install[brew-install] https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md[1.12.0.1479] - Clojure CLI installer
28+
* https://github.com/seancorfield/deps-new[deps-new] https://github.com/seancorfield/deps-new/blob/develop/CHANGELOG.md[0.8.0] - Create new projects for the Clojure CLI / deps.edn
29+
* https://github.com/raystubbs/zero[zero] 0.1.21 - Build Web UIs in ClojureScript
30+
* https://github.com/damn/core[core] - Endless Vampire Roguelike
31+
* https://github.com/noahtheduke/splint[splint] https://github.com/NoahTheDuke/splint/blob/main/CHANGELOG.md[1.17.0] - A Clojure linter focused on style and code shape
32+
* https://github.com/clojure-goes-fast/clj-async-profiler[clj-async-profiler] 1.3.0 - Embedded high-precision Clojure profiler
33+
* https://github.com/clj-commons/clj-yaml[clj-yaml] https://github.com/clj-commons/clj-yaml/blob/master/CHANGELOG.adoc#v1.0.28[1.0.28] - YAML encoding and decoding for Clojure
34+
* https://github.com/exoscale/lingo[lingo] 1.0.5 - spec explain improved
35+
* https://github.com/withjak/inspector[inspector] 1.1.3 - See what your functions are doing
36+
* https://github.com/babashka/babashka[babashka] https://github.com/babashka/babashka/blob/master/CHANGELOG.md[1.4.192] - Native, fast starting Clojure interpreter for scripting
37+
* https://github.com/xtdb/xtdb[xtdb] https://github.com/xtdb/xtdb/releases/tag/v2.0.0-b1[2.0.0-beta1] - An immutable SQL database for application development, time-travel reporting and data compliance
38+
* https://github.com/cursive-ide/cursive[cursive] https://cursive-ide.com/blog/cursive-1.14.0-eap1.html[1.14.0-eap1] - The IDE for beautiful Clojure code
39+
* https://github.com/scicloj/kindly[kindly] https://github.com/scicloj/kindly/blob/main/CHANGELOG.md[4-beta12] - A small library for defining how different kinds of things should be rendered
40+
* https://github.com/flow-storm/clojure[ClojureStorm] https://github.com/flow-storm/clojure/blob/clojure-storm-master/CHANGELOG.md[1.12.0-rc2] - A fork of the official Clojure compiler, with some extra code added to make it a dev compiler
41+
* https://github.com/babashka/bbin[bbin] https://github.com/babashka/bbin/blob/main/CHANGELOG.md[0.2.4] - Install any Babashka script or project with one command
42+
* https://github.com/scicloj/kindly-advice[kindly-advice] https://github.com/scicloj/kindly-advice/blob/main/CHANGELOG.md[1-beta8] - A small library to advise Clojure data visualization and notebook tools how to display forms and values, following the kindly convention
43+
* https://github.com/practicalli/project-templates[project-templates] https://github.com/practicalli/project-templates/releases/tag/2024-09-09[2024-09-09] - Clojure CLI Production level templates for seancorfield/deps-new
44+
* https://github.com/practicalli/clojure-cli-config[clojure-cli-config] https://github.com/practicalli/clojure-cli-config/releases/tag/2024-09-09[2024-09-09] - User aliases and Clojure CLI configuration for deps.edn based projects
45+
* https://github.com/eerohele/pp[pp] https://github.com/eerohele/pp/blob/main/CHANGELOG.md#2024-09-0969[2024-09-09.69] - Pretty-print Clojure data structures, fast
46+
* https://github.com/babashka/http-client[http-client] https://github.com/babashka/http-client/blob/main/CHANGELOG.md[0.4.21] - HTTP client for Clojure and Babashka built on java.net.http
47+
* https://github.com/BetterThanTomorrow/calva[calva] https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.471[2.0.471] - Clojure & ClojureScript Interactive Programming for VS Code
48+
* https://github.com/borkdude/deps.clj[deps.clj] https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md[1.12.0.1479] - A faithful port of the clojure CLI bash script to Clojure
49+
* https://github.com/scicloj/cmdstan-clj[cmdstan-clj] https://github.com/scicloj/cmdstan-clj/blob/main/CHANGELOG.md[1-alpha3] - Using the Stan statistical modelling language from Clojure using the CmdStan CLI
50+
* https://github.com/squint-cljs/cherry[cherry] https://github.com/squint-cljs/cherry/blob/main/CHANGELOG.md[0.3.22] - Experimental ClojureScript to ES6 module compiler

0 commit comments

Comments
 (0)