3 ms·
> python is far more approachable I see where you're coming from, but to be honest I respectfully disagree. If all you mean to do is writing small one-off scri
by Pooge 2mo ago
> python is far more approachable
I see where you're coming from, but to be honest I respectfully disagree. If all you mean to do is writing small one-off scripts then sure Python may be the right tool[1], but when you're doing something more complicated Go is just simpler. And for an LLM, Go is even better for all the reasons mentioned in sibling comments and OP.
[1]: I tend to rely more on Bash, though...