Porting Software Has Been Trivial for a While Now
by geoffrey-huntley
Porting codebases between languages is a solved problem if you decompose the work into specs first — reduce code to language-agnostic PRDs, then let an agent loop rebuild it in the target language against a strict compiler.
