▲ | pklausler 8 days ago | |
My ideal array language is one in which array operations are function compositions, since arrays are functions. A functional view of array expressions naturally minimizes needless temporaries in most cases. See https://github.com/llvm/llvm-project/blob/main/flang/docs/Ar.... |