methodical icon indicating copy to clipboard operation
methodical copied to clipboard

Add a dynamic-method-table

Open camsaul opened this issue 6 years ago • 1 comments

Mostly as a proof-of-concept: a MethodTable implementation that can determines which methods it has when you ask it, rather than storing a map. Not sure how this will work, but it would be a good example for others looking to implement advanced behavior

camsaul avatar Sep 10 '19 01:09 camsaul

This could proxy to something else maybe, for example another method table or even a plain ol Clojure multimethod

camsaul avatar Sep 09 '22 16:09 camsaul