Explore >> Select a destination


You are here

kuruczgy.com
| | bartoszmilewski.com
14.4 parsecs away

Travel
| | This is part 9 of Categories for Programmers. Previously: Functoriality. See the Table of Contents. So far I've been glossing over the meaning of function types. A function type is different from other types. Take Integer, for instance: It's just a set of integers. Bool is a two element set. But a function type a->b...
| | bartoszmilewski.com
11.2 parsecs away

Travel
| | This is part of the book Category Theory for Programmers. The previous instalment was Category: The Essence of Composition. See the Table of Contents. The category of types and functions plays an important role in programming, so let's talk about what types are and why we need them. Who Needs Types? There seems to be...
| | www.pathsensitive.com
17.8 parsecs away

Travel
| | "Interfaces are abstractions" - Olaf Thielke , the "Code Coach" "Interfaces are not abstractions" - Mark Seeman , author of Code that Fit...
| | joeprevite.com
106.4 parsecs away

Travel
| My notes and thoughts on Writing an Interpreter in Go by Thorsten Ball