←back to thread

Introducing tmux-rs

(richardscollin.github.io)
857 points Jtsummers | 1 comments | | HN request time: 0.292s | source
Show context
rthnbgrredf ◴[] No.44456438[source]
This seems like an excellent future use case for a fully automated process by a large language model that translates a non-trivial C codebase to Safe Rust in under an hour with high accuracy. However, as the author noted, even after some attempts with Cursor at the end of development, the tool wasn't able to accelerate the translation effectively (in mid-2025). So while the potential is promising, it appears we're still some way off.
replies(2): >>44456628 #>>44457307 #
1. gavmor ◴[] No.44456628[source]
These folks[0] are doing it, possibly via "codemods"[1], which utilize ASTs.

0. https://codemod.com/ 1. https://martinfowler.com/articles/codemods-api-refactoring.h...