Hacker News new | ask | show | jobs
by nejenendn 3167 days ago
Heh, it’s slightly ironic you use the sequential programming model as the basis for modern computing when that’s less true each year, both at the language and the instruction level. A better way to term it would be interleaving data dependencies and computation.

Heh, in some ways llvm ssa is the closest you get to a natural programming language for the modern processor.