Hacker News new | ask | show | jobs
by asb 6936 days ago
I disagree. A language without OO can allow code to be organised in an intelligent way by providing a module system. See Standard ML as (what I consider to be) a good example of this.
1 comments

i agree. i'm using a module system myself and it's way better than OO
How can it be better, it seems to me that a module system would be a subset of an OO system? So logically it can't be better, if you are not forced to use all features of the system.