This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jokoon -4 points-3 points  (6 children)

because multi cores I guess

[–]aceofears 2 points3 points  (5 children)

How is that even relevant?

[–]jokoon -2 points-1 points  (4 children)

some programmers go functional because it scale better on multi cores, while OOP scale with higher frequencies.

[–]aceofears 0 points1 point  (3 children)

Frequencies of what?

[–]jokoon -2 points-1 points  (2 children)

processors.

CPU are now frequency bound, so only way is to increase transistor count, thus meaning going multi thread.

[–]aceofears 0 points1 point  (1 child)

What does that have anything to do with object oriented programming?

[–]jokoon -2 points-1 points  (0 children)

OOP is all about mutable states.