|
|
|
|
|
by skrebbel
4227 days ago
|
|
1. Please keep getting carried away 2. I completely didn't understand how a functor can make a list. Note, to me, a functor is a C++ class that overrides operator(). I loved how your writeup allowed me to understand Cosmos concepts _without_ learning Prolog, so an introduction to functors (maybe a later blog post?) would be warmly appreciated :-) |
|
A better way to describe a class that defines the »operator apply« is “function object”, as it is called in Lisp.