←back to thread

312 points chmaynard | 1 comments | | HN request time: 0.203s | source
Show context
umvi ◴[] No.45058768[source]
I used to love Python, back when it was basically just an alternative to perl for scripting. Now it strikes fear into my heart when I encounter something largish written in Python because it usually means "super slow bloated researchy untyped ai/math code that's a nightmare to work with"
replies(13): >>45059009 #>>45059022 #>>45059024 #>>45059052 #>>45059135 #>>45059210 #>>45059388 #>>45059545 #>>45059897 #>>45060324 #>>45060738 #>>45060792 #>>45060836 #
1. dralley ◴[] No.45059024[source]
"math code" is generally using wrapped native libraries not really all that slow.

But this seems like an apples to oranges comparison. Yes, of course a few scripts are very different than "something largeish" written in Python