Y
Hacker News
new
|
ask
|
show
|
jobs
by
AnimalMuppet
2470 days ago
In what sense is Haskell a "strict superset" of OOP?
1 comments
marcosdumay
2470 days ago
In the sense that you can recreate all the usual OOP syntax and behavior on Haskell. What people only do on practice for very limited extents, because it's not very useful to import those concepts to a language aimed at dealing with pure functions.
link