Hacker News
- Functor-Of https://cvlad.info/functor-of/ 14 comments haskell
- [Blog Post] Learning about contravariant Functors https://www.reddit.com/r/haskell/comments/iqpbnz/blog_post_learning_about_contravariant_functors/ 25 comments haskell
- Why "Functor" Doesn't Matter https://www.parsonsmatt.org/2019/08/30/why_functor_doesnt_matter.html 21 comments haskell
- The Functor Combinatorpedia: A run-down of free structures, tensors, and related combinators in the Haskell Ecosystem, with a unified interface for them https://blog.jle.im/entry/functor-combinatorpedia.html 16 comments haskell
- Is there any use for really funky functors made by playing around with bi- and co- concepts? https://www.reddit.com/r/haskell/comments/bx8ldi/is_there_any_use_for_really_funky_functors_made/ 27 comments haskell
- Advanced FP: What the Functor? https://www.matthewgerstman.com/what-the-functor/ 5 comments javascript
- Recursion Schemes, Part 4½: Better Living Through Base Functors http://blog.sumtypeofway.com/recursion-schemes-part-41-2-better-living-through-base-functors/ 28 comments haskell
- Functor Functors https://www.benjamin.pizza/posts/2017-12-15-functor-functors.html 9 comments haskell
- Name for "splittable" functors? https://www.reddit.com/r/haskell/comments/6v1imc/name_for_splittable_functors/ 25 comments haskell
- Representable Functors parameterised by IndexedTraversal — help implementing ‘tabulateOf’ https://www.reddit.com/r/haskell/comments/6udl0i/representable_functors_parameterised_by/ 12 comments haskell
- A Haskell Functor vs. a Category Theoretic Functor https://en.wikipedia.org/wiki/Functor#Definition 13 comments haskell
- Applicative Functors | Bartosz Milewski's Programming Cafe https://bartoszmilewski.com/2017/02/06/applicative-functors/ 7 comments haskell
- module (functor result) as type of record field? https://www.reddit.com/r/ocaml/comments/5jc6rn/module_functor_result_as_type_of_record_field/ 5 comments ocaml
- Functors and Applicatives https://buzzdecafe.github.io/code/2014/10/26/functors-and-applicatives 3 comments javascript
- Monoidal Contravariant Functors are actually useful! https://medium.com/@drboolean/monoidal-contravariant-functors-are-actually-useful-1032211045c4#.dtyi3vi1k 6 comments javascript
- CS Syd - A functor is not a box http://cs-syd.eu/posts/2016-04-30-a-functor-is-not-a-box.html 12 comments haskell
- Decision Trees Are Free Monads Over the Reader Functor http://clathomasprime.github.io/hask/freedecision 8 comments haskell
- Grasping Haskell: functors, applicatives and monads (Part 1) https://medium.com/@xanderdeseyn/grasping-haskell-functors-applicatives-and-monads-part-1-93368e0a7a74#.ypy2o1f4t 28 comments haskell
- One weird trick for nicer functor fixpoints printing http://blog.callcc.name/posts/one-weird-trick.html 4 comments haskell
- Functors, Applicatives, and Monads in Elixir http://www.slogsdon.com/functors-applicatives-and-monads-in-elixir/ 5 comments elixir
- Free Monads from Functors from GADTs http://jstimpfle.de/fun/free-monads-gadts.html 8 comments haskell
- A Beginner’s Thoughts on Programming Languages (Part 3 — Lambdas, Closures, Functors) https://medium.com/@chcokr/a-beginners-thoughts-on-programming-languages-part-3-lambdas-closures-functors-922a6a887575 8 comments javascript
- The Weak and the Strong: Functors http://www.stackbuilders.com/news/the-weak-and-the-strong-functors 8 comments haskell
- I got lenses in my Functor http://izbicki.me/blog/i-got-lenses-in-my-functors 36 comments haskell
- "I like Haskell because it lets me live inside my world"; an Ode to Functor and Monad (xpost from r/haskell) http://blog.jle.im/entry/inside-my-world-ode-to-functor-and-monad 46 comments programming
- Haskell Functors Tutorial http://stackoverflow.com/a/13137359/740182 22 comments haskell
- On applicative functors and the n+1 selects problem http://philipnilsson.github.io/badness10k/posts/2014-03-30-select-n-applicative.html 8 comments haskell
- Simple Race Registration written in Haskell (Snap, Heist, Digestive Functors, etc.) https://racemetric.com 14 comments haskell
- Protocols, Functors and Type Classes (wondering if the OCaml example code could be improved?) http://www.infoq.com/presentations/polymorphism-functional-oop 4 comments ocaml
- Fun with Applicative Functors, Pt III http://blog.econify.com/2013/09/fun-with-applicative-functors-pt-iii.html 10 comments haskell
- Free Applicative Functors (ICFP submission) http://paolocapriotti.com/blog/2013/04/03/free-applicative-functors/ 11 comments haskell
- (re)implementing the generalised Functor strength function using lenses. http://statusfailed.com/blog/2013/01/26/haskells-strength-generalising-with-lenses.html 3 comments haskell
- Using Apache Commons Functor functional interfaces with Java 8 lambdas (cross post from r/functionalprogramming) http://www.kinoshita.eti.br/2012/12/21/using-apache-commons-functor-functional-interfaces-with-java-8-lambdas/ 14 comments java
- a class that generalizes over Functor, Functor2, Functor3, and so on — Redshift Phase 2: types classes for types with arbitrary numbers of * parameters http://csks.wordpress.com/2012/10/17/redshift-phase-2-types-classes-for-types-with-arbitrary-numbers-of-parameters/ 17 comments haskell
- Snap-Boiler-Plate 2nd Revision -- Monadic Digestive Functors, Login Guards, and some other stuff. https://github.com/dracule/snap-boiler-plate/blob/master/SnapApp/UserUtils.hs 3 comments haskell
- Functors, Applicative Functors, and Monads aren't that scary http://gabrielsw.blogspot.com/2011/08/functors-applicative-functors-and.html 23 comments programming
- Functors in C++, Standard ML, Haskell, and Prolog http://catonmat.net/blog/on-functors/ 6 comments coding
- Digestive functors: an upgrade of formlets http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html 10 comments haskell
- Learn You a Haskell: New section about applicative functors http://learnyouahaskell.com/functors-applicative-functors-and-monoids#applicative-functors 11 comments haskell