Closed denizzzka closed 6 years ago
Ready in https://github.com/jll63/openmethods.d/tree/use-new-stopwatch but gdc is not up to it yet.
Huh, ok. And thanks for this project - it is very helpful! Maybe this mechanism shold become a part of any OOP language.
Thanks. Open methods are native in several languages and object systems. The Common Lisp Object System was, AFAIK, the first implementation of the idea. Clojure, Dylan, Cecil, Julia, TADS, etc all implement polymorphism via open multi-methods.