Kotlin Discovered: Pattern Matching #Kotlin
https://blog.jdriven.com/2023/09/Kotlin-Discovered-Pattern-Matching/
You never touched Groovy, nor did you jump on the Scala train. Clojure never attracted you; and you heard about Ceylon long after the language had already died. You are one of those old-fashioned Java folks! But now, after all those years, you want...
Your Definitive Handbook For Calling a Function in Python
https://hackernoon.com/your-definitive-handbook-for-calling-a-function-in-python?source=rss
\ Python is one of my favorite programming languages. It’s simple and versatile. There’s a reason it’s so popular. It’s fun to use, and you can get a lot of work done without writing a ton of code. \ “I’ll just write a quick Python script for...
All about the volatility lens
https://ericnormand.me/podcast/volatility-lens
In this episode, I introduce the volatility lens, which seeks to help us write code that deals with a changing world.
Replacing React With Preact in ClojureScript
https://mccormick.cx/news/tags/entries/replacing-react-with-preact-in-clojurescript
Today I put together a small test repo to check how much space is saved when replacing React with Preact in a ClojureScript project. I used npm init shadowfront prtest to get a basic project up and running. This creates a simple one page Reagent...
Migrating from LSP-Mode to Eglot
https://andreyor.st/posts/2023-09-09-migrating-from-lsp-mode-to-eglot/
Recently, I decided to try the now inbuilt LSP client called Eglot. I’ve been using the lsp-mode package for some years and while I don’t have any problems with it, I decided to try the in-house solution. Though, I already tried Eglot in the past,...
Clojure Support in Emacs: One Unnecessary Drama
https://metaredux.com/posts/2023/09/09/clojure-support-in-emacs-one-unnecessary-drama
Over the past couple of weeks I was once again reminded why I’ve stopped following the infamous emacs-devel mailing list a long time ago. A trivial request to include clojure-ts-mode in Emacs’s NonGNU ELPA package repository1, turned into a...
Clojure Deref (Sept 8, 2023)
https://clojure.org/news/2023/09/08/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. From the core Our singular goal at the moment is moving towards a Clojure 1.12 beta that...
Clojure Deref (Sept 8, 2023)
https://clojure.org/news/2023/09/08/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. From the core Our singular goal at the moment is moving towards a Clojure 1.12 beta that...
Clojure set with custom equality semantics
https://www.mikkokoski.com/blog/set-custom-equality/index.html
Sets are collections of unique values.To be able to eliminate the multiplicates, the set needs to know when two values are equal.Sets use the standard Clojure equality semantics, meaning that if two values are =, then it removes the...
Summer Biff updates
https://biffweb.com/p/summer-updates/
Clojurists Together funding Biff was selected for another grant from Clojurists Together! Thanks to everyone who donates to them. This time I’ll be working to write up a bunch of the stuff that I have listed under the Roadmap section of Biff’s...
Emerging from dotemacs bankruptcy the hard way: integrating the IDE (feat. Clojure(Script))
https://www.evalapply.org/posts/emerging-from-dotemacs-bankruptcy-ide-experience/
The one in which we design a rich Integrated Development Environment (IDE) experience, using Clojure as our muse. Featuring Language Server Protocol (lsp-mode + clojure-lsp), clojure-mode, cider, and more! Buckle up and get a coffee.
PG docs, part 3
https://grishaev.me/en/pg-docs/03/
(This is a new documentation chapter from the PG project.) ToC About & Installation The Client Connection Pool Connection Pool Basic usage With-pool & with-open Config Thread safety Pool Exhausting Exception handling ...
ABEND dump #6
https://dev.to/bitmaybewise/abend-dump-6-35ib
Hi there 👋 The ABEND dump is the issue where I share the most interesting content I’ve been reading, listening to, and watching lately. Want to check the previous issue? Read it here: ABEND dump #5 Have you played Terraria? What if...
Clojure Deref (Sept 1, 2023)
https://clojure.org/news/2023/09/01/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts and videos This will cover 95% of all your needs - Clojure concurrency pragmatic...
Kotlin Discovered: Variance #Kotlin
https://blog.jdriven.com/2023/09/Kotlin-Discovered-Variance/
You never touched Groovy, nor did you jump on the Scala train. Clojure never attracted you; and you heard about Ceylon long after the language had already died. You are one of those old-fashioned Java folks! But now, after all those years, you want...
Newsletter 42 – 08/2023
Featured What a good debugger can do – Good languages and programming environments, have good debuggers. Good debuggers can make engineers happy, and code better software. Go: Using pointers to reduce copies is premature optimization – To use...
Clojure bites - Profiling with Tufte
https://fpsd.codes/blog/clojure-bites-profiling/
Overview If we have a system in production it is quite common to want to understand how many resources it is using as a whole and for each of its components; this information can be used to plan how much hardware we have to provision or to optimize...
Enhancing development with REPLs - A practical guide
https://dev.to/cherryramatis/enhancing-development-with-repls-a-practical-guide-2fij
Have you ever encountered a problem and immediately had the solution pop into your mind without the need for debugging? If not, you're not alone. In this article, I'll introduce a method to provide real-time feedback on the functions you create as...
66 Stories To Learn About Technical Debt
https://hackernoon.com/66-stories-to-learn-about-technical-debt?source=rss
Let's learn about Technical Debt via these 66 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology. 1. Badly Designed Authorization Is Technical...
August 2023 Short Term Project Updates
https://www.clojuriststogether.org/news/august-2023-short-term-project-updates/
Check out the latest from the shorter term projects we funded in Q1 and Q2 2023 and Q3 2022. We’ve got updates from Christian Johansen, Daniel Higginbotham, Danius Jocas, Dragan Duric, Jeaye Wilkerson, José Luis Lafuente Esquembre, Kira McLean, and...