Explore >> Select a destination


You are here

usethe.computer
| | www.tedinski.com
15.1 parsecs away

Travel
| | Every form of useful code re-use involves some form of composition operator. We build the whole out of parts, and the seams have properties.
| | typesanitizer.com
13.8 parsecs away

Travel
| | An informal survey of the design space for ad-hoc polymorphism in a programming language.
| | blog.alexdevero.com
17.1 parsecs away

Travel
| | Learn about the 4 principles of object-oriented programming. Learn how encapsulation, inheritance, polymorphism and abstraction work and how to use each.
| | bartoszmilewski.com
107.6 parsecs away

Travel
| This is part 13 of Categories for Programmers. Previously: Limits and Colimits. See the Table of Contents. Monoids are an important concept in both category theory and in programming. Categories correspond to strongly typed languages, monoids to untyped languages. That's because in a monoid you can compose any two arrows, just as in an untyped...