top | item 47121365

(no title)

nananana9 | 8 days ago

I'm not sure 25,000 lines translated in 2 weeks is "fast", for a naive translation between languages as similar as C++ and Rust (and Ladybird does modern RAII smart-pointer-y C++ which is VERY similar to Rust). You should easily be able to do 2000+ lines/day chunks.

discuss

order

nicoburns|8 days ago

Yeah, it also a lot that the person doing the translation is the lead developer of the project who is very familiar with the original version.

I imagine LLMs do help quite a bit for these language translation tasks though. Language translation (both human and programming) is one of the things they seem to be best at.

camel-cdr|8 days ago

Agreed, however, I'm quite sure 25,000 lines translated in "multiple months" is very "slow", for a naive translation between languages as similar as C++ and Rust.

OtomotO|8 days ago

2000+ lines/day chunks are 10 days for 20+k lines...

nananana9|8 days ago

I'm aware. What I meant is this is a reasonable output for a 1:1 translation by hand, without LLM use.