A little OO goes a long way
A little OO goes a long way
Posted May 6, 2013 17:00 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: A little OO goes a long way by sionescu
Parent article: Go and Rust — objects without class
Just because a language has types doesn't mean the user needs to manage them manually. You can certainly use Haskell without any type decorations (they're useful "test cases" and documentation when given explicitly though).