| ▲ | itishappy 11 hours ago | |
I would argue that imperative programming is the only one with a concept of linear time. Here's a functional example:
Are those multiplications run in sequence or parallel?Here's a fancier functional one:
What order are the fields fetched?If you answered "unspecified" then you're right! A compiler could parallelize either of these expressions! | ||