Comment by aussieguy1234
4 days ago
One may argue xml is superior to json, which it is.
But json wins out because it can be learned much more quickly.
Something similar could be said with OOP vs Functional Programming.
4 days ago
One may argue xml is superior to json, which it is.
But json wins out because it can be learned much more quickly.
Something similar could be said with OOP vs Functional Programming.
So which one is the quickest to learn? I think Python is easy to learn and C++ is hard, and Scheme is easy and Haskell hard.
Python can be somehow consider OOP since evrything inside it are Object, even function and module.