Some interesting things coming from Brian regarding to type classes, conversions, and operator overloading.
joe_mwangi•5mo ago
Type class approach seems quite a novel strategy. Using monoids, groups, rings, etc for algebraic structures in type class (interface), one can model operator overloading, collection literals, type conversions. Seems people in Haskell have been enjoying a lot.
vips7L•5mo ago
joe_mwangi•5mo ago