Hacker News new | ask | show | jobs
by eutectic 776 days ago
I like einsum, it's concise and self-explanatory. Way better than multiple lines of nested for loops would be.
1 comments

I agree that nested loops are verbose. But einsum is unstructured and not extensible, hard to debug in pieces, hard to document etc.,