Explore >> Select a destination


You are here

blog.ploeh.dk
| | rstraub.com
4.9 parsecs away

Travel
| | Learn how Object-Oriented and Functional Programming stand apart, and more crucially how to make them coexist.
| | arendjr.nl
3.1 parsecs away

Travel
| | Practical tips that allow you to build an evolving architecture
| | blog.danlew.net
4.1 parsecs away

Travel
| | I gave a talk this year about functional reactive programming (FRP) that attempted to break down what gives FRP its name and why you should care. Here's a write-up of that talk. -------------------------------------------------------------------------------- Introduction Functional reactive programming has been all the rage in the past few years. But what is
| | bartoszmilewski.com
25.2 parsecs away

Travel
| This is part of Categories for Programmers. Previously: Simple Algebraic Data Types. See the Table of Contents. At the risk of sounding like a broken record, I will say this about functors: A functor is a very simple but powerful idea. Category theory is just full of those simple but powerful ideas. A functor is...