zlacker

[return to "2025: The Year in LLMs"]
1. waldre+T7[view] [source] 2026-01-01 01:03:16
>>simonw+(OP)
Remember, back in the day, when a year of progress was like, oh, they voted to add some syntactic sugar to Java...
◧◩
2. odiroo+fS[view] [source] 2026-01-01 10:43:21
>>waldre+T7
I'm very relieved we've moved away from rewriting everything in Rust.
◧◩◪
3. jll29+u51[view] [source] 2026-01-01 13:11:32
>>odiroo+fS
There's no reason not to use Rust for LLM-generated code in the longer term (other than lack of Rust code to learn from in the shorter term).

The stricter typing of Rust would make sematic errors in generated code come out more quickly than in e.g. Python because using static typing the chances are that some of the semantic errors are also type violations.

◧◩◪◨
4. yencab+kY4[view] [source] 2026-01-02 20:03:37
>>jll29+u51
> (other than lack of Rust code to learn from in the shorter term)

FWIW Claude Code is quite good at writing Rust, and Claude and Gemini are both surprisingly good at explaining complex third-party Rust libraries.

[go to top]