Explore >> Select a destination


You are here

blog.janetacarr.com
| | aartaka.me
16.7 parsecs away

Travel
| | Lisp projects might be smaller and neater that other tech. But still, there are emergent patterns in any software. So here's an arbitrary list of design patterns I found in Lisp codebases.
| | matthiasnehlsen.com
18.0 parsecs away

Travel
| |
| | www.futurile.net
15.1 parsecs away

Travel
| |
| | bartoszmilewski.com
169.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...