←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 3 comments | | HN request time: 0.504s | source
1. WD-42 ◴[] No.43998187[source]
The answer to all these complaints is simple: use APL. Or rather these days, BQN.
replies(2): >>44001172 #>>44003094 #
2. Qem ◴[] No.44001172[source]
There is at least one project that managed to take the Iverson ghost[1] from Numpy and actually implement a complete array language[2] on top of it, so there is no need to stray far away from Python's ecosystem.

Previous discussion: https://news.ycombinator.com/item?id=42293723

[1] https://analyzethedatanotthedrivel.org/2018/03/31/numpy-anot...

[2] https://github.com/briangu/klongpy

3. poulpy123 ◴[] No.44003094[source]
LMAO, yes let's replace a language with some issue with something totally unreadable