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...
#Clojure 3D Character Controller Demo: ClojureScript + BabylonJS + O'Doyle Rules | http://redd.it/16g5ynx
#Clojure DuckDB - Data power tools for your laptop, now in Clojure | http://redd.it/16fzf0j
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.
#Clojure New Clojurians: Ask Anything - September 11, 2023 | http://redd.it/16frdb1
#Clojure Seeking Early Feedback on a Reagent Components Library | http://redd.it/16fhx7p
My mental model of Clojure transducers
Link: https://blog.danieljanus.pl/2023/09/09/transducers/
Discussion: https://news.ycombinator.com/item?id=37444946
#Clojure Why Does That Sound Good? My First Clojure(script) App for Real-time Fuzzy Chord and Scale Identification with MIDI... | http://redd.it/16f5z7t
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...
#Clojure Como crear un nuevo proyecto con Clojure y Leiningen? | http://redd.it/16ehupf
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...
You can't convert list of lists to a map in Clojure
#clojure #programming #datastructures
#Clojure Clojure Support in Emacs: One Unnecessary Drama | http://redd.it/16ebn40
You can't convert list of lists to a map in Clojure
#datastructures #Programming #clojure
RT @ericdallo: Announcing clj4intellij, a library to code IntelliJ plugins in Clojure 🎉
https://t.co/6Rr6QfTLFh
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...