You are here |
usethe.computer | ||
| | | |
www.tedinski.com
|
|
| | | | 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
|
|
| | | | An informal survey of the design space for ad-hoc polymorphism in a programming language. | |
| | | |
blog.alexdevero.com
|
|
| | | | Learn about the 4 principles of object-oriented programming. Learn how encapsulation, inheritance, polymorphism and abstraction work and how to use each. | |
| | | |
bartoszmilewski.com
|
|
| | 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... |