You are here |
blog.janetacarr.com | ||
| | | |
aartaka.me
|
|
| | | | 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
|
|
| | | | ||
| | | |
www.futurile.net
|
|
| | | | ||
| | | |
bartoszmilewski.com
|
|
| | 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... |