planet

joined 2 years ago
 

Solve problems by taking away

https://ericnormand.substack.com/p/solve-problems-by-taking-away

A new chapter of Runnable Specifications has passed the “valuable enough to read” threshold. This time, it’s the Time Lens, which talks about build a notion of time into your model. As always, I appreciate questions and comments of all kinds. I’m...

#clojure #clj #cljs [email protected] @clojure

 

State of CIDER Survey (2024)

https://metaredux.com/posts/2024/12/23/state-of-cider-2024.html

TL;DR You’ll find the survey here. It’s been a while since the first and only “State of CIDER” survey.1 Right after it happened in the end of 2019, the world went to shit and I kind of forgot about my intent to do the survey annually. 5 years...

#clojure #clj #cljs [email protected] @clojure

 

Clojure Is Awesome!!! [PART 4]

https://dev.to/borba/clojure-is-awesome-part-4-7go

(ns monostate) (def ^:private session-state (atom {:user-id nil :permissions #{} :last-access nil})) (defn start-session "Starts a new user session with ID and permissions." [user-id permissions] (reset! session-state...

#clojure #clj #cljs [email protected] @clojure

 

Programming Tips and Tricks Across Elixir, Clojure, and Nim

https://dev.to/0x3d/_site/programming-tips-and-tricks-across-elixir-clojure-and-nim-4fd1

As programmers, we're always on the hunt for ways to sharpen our skills and create better, faster, and smarter applications. Different programming languages bring unique tools, techniques, and ideas to the table, each offering exciting ways to...

#clojure #clj #cljs [email protected] @clojure

 

Introducing python-hiccup

https://davidvujic.blogspot.com/2024/12/introducing-python-hiccup.html

"All you need is list, set and dict" Write HTML with Python Python Hiccup is a library for representing HTML using plain Python data structures. It's a Python implementation of...

#clojure #clj #cljs [email protected] @clojure

 

STM in Clojure - Testing

https://dmiller.github.io/clojure-clr-next/general/2024/12/22/STM-testing.html

We develop a small framework for testing transaction interaction. This is the third in a series on implementing STM in Clojure. Previous posts: Part 1: STM in Clojure - Design. Part 2: STM in Clojure - Code Testing transactions How do we...

#clojure #clj #cljs [email protected] @clojure

 

STM in Clojure - Code

https://dmiller.github.io/clojure-clr-next/general/2024/12/22/STM-code.html

We explain the code for Ref and LockingTransaction. For background, refer to the previous post, STM in Clojure - Design. The Ref class I’m going to leave out some details of the implementation that are not relevant to STM directly – validators,...

#clojure #clj #cljs [email protected] @clojure

 

Yakread + Pathom [video]

https://biffweb.com/p/yakread-pathom/

An explanation of how I'm using Pathom to keep Yakread's code organized. Also some slight schema modifications. Code

#clojure #clj #cljs [email protected] @clojure

 

Reflecting on static types

https://www.emcken.dk/programming/2024/12/21/reflecting-on-static-types/

Every time I heard people praise static types, I wondered why I didn’t share their enthusiasm. After careful reflection, I realized that static types don’t significantly influence how I approach or solve problems. I also didn’t experience fewer...

#clojure #clj #cljs [email protected] @clojure

 

Small Fns At The Repl

http://slipset.github.io/posts/small-fns-at-the-repl

The other day I was doing some pair REPLing with my colleague Sophie. Basically, I asked her for some various functions that, at first, she didn’t quite understand the point of, but eventually, it became clear. On the way to work today, after...

#clojure #clj #cljs [email protected] @clojure

 

Clojure Deref (Dec 20, 2024)

https://clojure.org/news/2024/12/20/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, videos, and media Clojure Corner: Interview with Christian Johansen -...

#clojure #clj #cljs [email protected] @clojure

view more: ‹ prev next ›