▲ | sylware 5 days ago | |||||||||||||
It is a bit off-topic here, but anybody tried to use such LLMs for code porting: from c++ (and similar) to plain C99+? | ||||||||||||||
▲ | slhck 5 days ago | parent | next [-] | |||||||||||||
Yeah, look at what https://x.com/badlogicgames has done porting an engine with the help of Claude Code. He's set up a TODO loop to perform this: https://github.com/badlogic/claude-commands – background blog article: https://mariozechner.at/posts/2025-06-02-prompts-are-code/ | ||||||||||||||
| ||||||||||||||
▲ | ACCount36 5 days ago | parent | prev [-] | |||||||||||||
One of the best use cases for LLMs. They excel at this kind of translation-adjacent task. |