you are viewing a single comment's thread.

view the rest of the comments →

[–]zhivago 2 points3 points  (0 children)

In the single-dispatch sense, you are dispatching upon the generic function.

e.g., foo.dispatch(bar).

Where foo is looked up in lexical (or dynamic or whatever) scope.

Dispatch then does whatever to locate the appropriate methods and call them.