←back to thread

517 points bkolobara | 3 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. koakuma-chan ◴[] No.45050945[source]
Bun
replies(1): >>45051349 #
2. voidUpdate ◴[] No.45051349[source]
isnt that just javascript?
replies(1): >>45052939 #
3. koakuma-chan ◴[] No.45052939[source]
It's JavaScript (TypeScript) that ships as a single executable with lots of stuff in it like bundler, compiler, postgres client, etc. I use it for scripting, e.g., seed database, etc.