We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4fab commit a7f2d65Copy full SHA for a7f2d65
1 file changed
README.md
@@ -50,7 +50,7 @@ to the problems described above, you will have to resort on hacks like double
50
dispatch or - again - type switches.
51
52
This library neatly solves this problem. It brings you the flexibility and the
53
-power of open multi-methods, as found in languages like Lisp, Closure, Dylan or
+power of open multi-methods, as found in languages like Lisp, Clojure, Dylan or
54
TADS. They are fast too, comparable to ordinary virtual function calls. And,
55
because they use compressed dispatch tables, the memory footprint remains
56
reasonable even in presence of multiple virtual arguments. Hey, you can even
0 commit comments