Lobsters
- Catamorphisms as a language feature in C++, proposal N4191 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4191.html 7 comments c , programming
- SRFI 241: Match — Simple Pattern-Matching Syntax to Express Catamorphisms on Scheme Data https://srfi.schemers.org/srfi-241/ 29 comments scheme
- The visitor pattern and catamorphisms https://lobste.rs/s/qzsplh/swift_visitor_design_pattern 17 comments haskell
- Catamorphisms aka folds explained https://functional.works-hub.com/learn/catamorphisms-aka-folds-explained-a5524?utm_source=reddit&utm_medium=affiliates&utm_campaign=functionalworks-blog-post 11 comments haskell
- F-Algebras consuming their catamorphisms https://www.reddit.com/r/haskell/comments/l2g7wm/falgebras_consuming_their_catamorphisms/ 8 comments haskell
- Basic Catamorphisms - Recursion Schemes By Example https://www.reddit.com/r/haskell/comments/a3spnm/basic_catamorphisms_recursion_schemes_by_example/ 14 comments haskell
- A catamorphic lambda-calculus interpreter https://www.michaelpj.com/blog/2018/04/08/catamorphic-lc-interpreter.html 6 comments haskell
- Practical Awesome Recursion - Ch 02: Catamorphisms https://japgolly.blogspot.com.au/2017/12/practical-awesome-recursion-ch-02.html 5 comments scala
- Fun With Catamorphisms https://maybec.at/typescript/functional/2017/09/30/fun-with-catamorphisms.html 13 comments typescript
- Catamorphisms for Java developers https://medium.com/@johnmcclean/catamorphisms-for-java-developers-e3cc10b43d03 10 comments programming
- Catamorphisms for Java developers https://medium.com/@johnmcclean/catamorphisms-for-java-developers-e3cc10b43d03 13 comments java
- What's in a Fold: The Basic Catamorphism in recursion-schemes http://duplode.github.io/posts/whats-in-a-fold.html 8 comments haskell
- Experimenting with the applicability of the Catamorphism recursion scheme in C++ https://deque.blog/2017/01/30/catamorph-your-dsl-c-port/ 7 comments cpp
- Catamorphisms in 15 Minutes http://chrislambda.github.io/blog/2014/01/30/catamorphisms-in-15-minutes/ 5 comments haskell
- Exploring catamorphisms and apomorphisms http://patrickthomson.ghost.io/recursion-schemes-part-2/ 22 comments haskell
- Catamorphisms https://www.fpcomplete.com/user/edwardk/recursion-schemes/catamorphisms 11 comments haskell
- The expression lemma: catamorphisms over ADTs are dual to coalgebraic object traversal http://www.uni-koblenz.de/~laemmel/expression/ 9 comments programming
- Rotten Bananas (Issues with Catamorphisms for HOAS) http://comonad.com/reader/2008/rotten-bananas/ 2 comments programming
- Catamorphisms - for people who don't know what catamorphisms are! http://caos.di.uminho.pt/~ulisses/blog/2007/12/19/catamorphisms-in-haskell/ 8 comments programming
- Anamorphism, Catamorphism, Hylomorphism : 'recursion operators' http://etymon.blogspot.com/2004/08/bananas-lenses-envelopes-and-barbed.html 2 comments programming