I really enjoyed podcasts.apple.com/no/podcas…, but one q that I thought was missing, at least it wasn’t asked directly by @rtfeldman was why can’t react components just be pure, having state and stuff being managed outside of the component?
This week on ClojureStream #Podcast@slipset talking about CLJ commons, his journey to Clojure and everyday work.
clojure.stream/podcast
📻 Thanks for listening !📻
For alle som er interessert i e-helse og dramatikken bak Helseplattformen i Midt-Norge: Dette var en interessant tekst om selskapet bak Helseplattformen - den amerikanske techgiganten Epic - og deres skandinaviske eventyr. innherred.no/debatt/i/0Q9xd2…
This kind of talks really makes me want to deep-dive into clojure, it just makes so much sense the way that clojure-programmers interact with code and running applications with the repl.
FWIW. My first #clojure project was a batch processing thing, but since it was Clojure, I didn't need to stop the process when the job was done. I could inspect it. I could interact with it. I could retry failed stuff. Without restarting the job. I loved it.