Hacker News new | ask | show | jobs
by damnyou 2294 days ago
Sum types and typeclasses in Haskell (or enums and traits in Rust) are a much better fit than classes and the mess that is operator overloading.
1 comments

Thanks! These definitely sound like what I should explore next in my journey.