-
hmm watching youtube.com/watch?v=rUczbQ6ZPd8 and thinking
-
i wonder what the comparison of julia’s multiple dispatch vs e.g. clojure/swift style protocols is as solutions to the expression problem
-
multiple dispatch seems more elegant/powerful, while protocols seem like an implementation detail (clojure) or clinging to OO idioms (swift)
-
but i could be wrong