DumPy: NumPy except it's OK if you're dum
dynomight.net
DumPy: NumPy except it's OK if you're dum
1–4 of 4 posts
Re: DumPy: NumPy except it's OK if you're dum
#2[deleted]
Re: DumPy: NumPy except it's OK if you're dum
#3It sounds like the author is reinventing modern Fortran, which has array operations but also fast loops.
`Here’s my extremely non-clever idea: Let’s just admit that loops were better. In high dimensions, no one has yet come up with a notation that beats loops and indices. So, let’s do this:
Bring back the syntax of loops and indices. But don’t actually execute the loops. Just take the syntax and secretly compile it into vectorized operations. Also, let’s get rid of all the insanity that’s been added to NumPy because loops were slow.`
Re: DumPy: NumPy except it's OK if you're dum
#4discussed at https://news.ycombinator.com/item?id=44080181