| ▲ | cosmic_cheese an hour ago | |
I’m more than a bit out of my depth discussing the topic, but I’m not sure than imperative-dominant languages will ever really go away or that functional-dominant languages will ever become as popular as C and C++. Ugly as they may be, imperative languages seem to be grokked by humans more readily and are more often than not “good enough” for the most part so it’s difficult to see them losing substantial momentum. | ||
| ▲ | pyrolistical an hour ago | parent [-] | |
Until there is a machine that is natively functional, there is always going to an incentive to go lower level for more performance. Even hardware (GPUs) that functional language could trivially exploit, it’s still higher performance to write low level code and manages all the memory imperatively | ||