ra’s avatarra’s Twitter Archive—№ 26,994

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