5 ms·
Your argument would be more compelling if programming languages with higher level iteration primitives were significantly more optimizable than C. The underlyin
by vyodaiken 5y ago
Your argument would be more compelling if programming languages with higher level iteration primitives were significantly more optimizable than C. The underlying processor architectures have loop indexes. Just pretending you can do applicative programming doesn't mean you can. C is very adaptable - even to GPUs. Also, I have yet to see that decent memory model.
- SubjectToChange 5y ago> C is very adaptable - even to GPUs. Can you expand on this? I've never heard of someone seriously running actual C on a GPU.