- FUNCTIONAL PEARL The Zipper - Gérard Huet's Paper
- The Derivative of a Regular Type is its Type of One-Hole Contexts - Paper by Conor McBride
- Zipper (data structure) - Wikipedia Article
- Backtracking Iterators - archive.org version of paper by Jean-Christophe Filliâtre
- Roll Your Own Window Manager: Tracking Focus with a Zipper - Don Stewart post (Haskell)
- Haskell/Zippers - page at Haskell Wikibook(?)
- "Editing" trees in Clojure with clojure.zip - Brian Marick post
- Zippers with records in Clojure - Alex Miller post
- cl-zipper - Common Lisp Implementation
- You could have invented zippers - Edward Z. Yang post
- F# zipper with pipe forward - archive.org version of LShift post
- Yet Another Article on Zippers, in Erlang - Fred Hebert post
- Clojure Zippers - Luke Vanderhart - Conj 2010
- Tree Editing with Zippers - Alex Miller - Conj 2010
- Tree visitors in Clojure - archive.org version of Alex Miller article
- zippers - Erlang Zipper Implementation
- Genetic Programming In Clojure With Zippers - thattommyhall post
- rewrite-clj - Clojure library that uses clojure.zip but also has its own custom implementation
- Rewriting a tree algorithm with purely functional data structures: the "zippers" - Benoît Patra post
- Joseph Fahey posts (@archive.org)
- Xml manipulation in clojure - Korny Sietsma post
- rewrite-cljs - ClojureScript fork of rewrite-clj
- What is a good resource on Clojure zippers?
- zipper.el - Emacs Lisp Implementation
- Tim Baldridge Video Series on Zippers (did not find episode 4)
- The Art of Tree Shaping with Clojure Zippers - Lambda Island Post of Arne Brasseur's "Den of Clojure" Presentation with Transcript
- Den of Clojure Functional Zippers - video of talk (skips the intro of version linked to in the post)