←back to thread

517 points bkolobara | 1 comments | | HN request time: 0s | source
Show context
koakuma-chan ◴[] No.45041723[source]
I encourage every one to at least stop writing code in Python.
replies(5): >>45041794 #>>45041941 #>>45042073 #>>45043031 #>>45049992 #
voidUpdate ◴[] No.45049992[source]
What language do you recommend instead for the type of small tasks I write python to solve? Needs to have a good image manipulation library, tools for manipulating binary data and converting it to normal types, good list comprehension tools, the ability to easily be a web client or server and a good REPL
replies(2): >>45050945 #>>45051656 #
1. lmm ◴[] No.45051656[source]
If you're willing to put a bunch of up-front effort into learning it first, Haskell. If not, OCaml.