←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 1 comments | | HN request time: 0.2s | source
Show context
CreRecombinase ◴[] No.43998231[source]
It’s kind of wild how much work really smart people will do to get python to act like Fortran. This is why R is such a great language IMO. Get your data read and arrays in order in dynamic, scheme-like language, then just switch to Fortran and write actual Fortran like an adult.
replies(3): >>43998270 #>>43998932 #>>43999138 #
1. t-kalinowski ◴[] No.43998270[source]
Or, don't even write the fortran manually, just transpile the R function to fortran: https://github.com/t-kalinowski/quickr