File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ I learned how data strutures are laid out in memory.
2929I understood that Erlang didn't have to copy data between processes, even
3030though it was "strictly message-passing", because everything was immutable.
3131I'm not sure that the utility of immutable data structures really sank in until
32- I read about Clojure's in 2009.
33- Who'd have thought that learning about CouchDB in 2013 would just make me smile
34- and nod?
32+ I read about Clojure's data structures in 2009.
33+ When I read about how CouchDB worked in 2013,
34+ I just smiled and nodded,
35+ recognising the structures and mechansims for evolving data.
3536
36- I learned that you can can design systems built around immutable data.
37+ I learned that you can design systems built around immutable data.
3738
3839Then I agreed to write a book chapter, and in trying to write a binary tree
3940algorithm that mutated the tree in place, I got frustrated with how complicated
You can’t perform that action at this time.
0 commit comments