zlacker

[return to "ChatGPT Containers can now run bash, pip/npm install packages and download files"]
1. behnam+sj[view] [source] 2026-01-26 20:58:52
>>simonw+(OP)
I wonder if the era of dynamic programming languages is over. Python/JS/Ruby/etc. were good tradeoffs when developer time mattered. But now that most code is written by LLMs, it's as "hard" for the LLM to write Python as it is to write Rust/Go (assuming enough training data on the language ofc; LLMs still can't write Gleam/Janet/CommonLisp/etc.).

Esp. with Go's quick compile time, I can see myself using it more and more even in my one-off scripts that would have used Python/Bash otherwise. Plus, I get a binary that I can port to other systems w/o problem.

Compiled is back?

◧◩
2. jacque+uK[view] [source] 2026-01-26 23:17:55
>>behnam+sj
> But now that most code is written by LLMs

Is this true? It seems to be a massive assumption.

◧◩◪
3. e-dard+jL[view] [source] 2026-01-26 23:22:28
>>jacque+uK
Replace _is_ with _can be_ and I think the general point still stands.
◧◩◪◨
4. jrflow+o41[view] [source] 2026-01-27 01:31:12
>>e-dard+jL
Replacing “is” with “can be” is in practical terms the same thing as replacing “is” with “isn’t”
[go to top]