pull down to refresh
5 sats \ 0 replies \ @optimism 28 Jul \ on: What is your go-to scripting language for small routine tasks in everyday life? devs
I almost always start w/ command line but then I often implement either in py or js, mostly depending on whether or not there is json input, because handling nested json objects in js just feels more intuitive.
Actual applications, go > python.