John ElliottTemplated Variadic Functors in C++Templates: A way to write a single function or class that works for many different types of data.Nov 19
Eugenii ShevchenkoCategory Theory Crash Course with Clojure: Part 3 — Introduction to FunctorsHarness the power of abstraction by mapping over computational contexts in your Clojure code.Sep 20Sep 20
Abhishek JainThreads and how to create it in C++In the context of multithreading, a thread is the smallest unit of execution within a program. Multithreading allows a program to perform…Sep 6Sep 6
Ericson WilliansExploring the Convergence of Category Theory and Machine LearningIn the expansive realm of computational sciences, an intriguing convergence is unfolding between the abstract world of Category Theory and…Mar 30Mar 30
John ElliottTemplated Variadic Functors in C++Templates: A way to write a single function or class that works for many different types of data.Nov 19
Eugenii ShevchenkoCategory Theory Crash Course with Clojure: Part 3 — Introduction to FunctorsHarness the power of abstraction by mapping over computational contexts in your Clojure code.Sep 20
Abhishek JainThreads and how to create it in C++In the context of multithreading, a thread is the smallest unit of execution within a program. Multithreading allows a program to perform…Sep 6
Ericson WilliansExploring the Convergence of Category Theory and Machine LearningIn the expansive realm of computational sciences, an intriguing convergence is unfolding between the abstract world of Category Theory and…Mar 30
Yusuf AksoyFunction Objects (Functors) in C++In this blog post, I would like to explain what are function objects and how they can be used to solve different problems by giving…Apr 7, 20221
InSoftwareMill Tech BlogbyBartłomiej ŻylińskiFunctional Containers Summary: Functor vs Applicative vs MonadThe comprehensive comparison of three basic functional containersNov 30, 2023
InBeing ProfessionalbySujit KamtheUnderstanding Functor and Monad With a Bag of PeanutsWhen I started coded in Scala I heard someone saying List, Option, Future etc. are all monads and functors. I wanted to understand what…Mar 4, 201819