
S1 E4 - State with Russ Olsen
ClojureStream Podcast
00:00
How Does Atom Compare to Agents?
Atom is a container for mutable state. It's an adapter between the functional world where everything is immutable and the nasty sort of mutable world of real life, if you will. atoms are simpler than agents in that they're just a box for mutableState. They can also use agents to effective delete files or update databases.
Transcript
Play full episode