Multimethods
Created on 2020-08-31T03:28:32+00:00
multimethods don't work well with generics and are a feature expensive to maintain I've never written a single program that actually uses them, when I need dynamic dispatch I use closures heavily they also cover "interfaces" satisfactorily concepts should be redesigned, I'm working on an RFC