←back to thread

425 points sfarshid | 2 comments | | HN request time: 0s | source
Show context
wrs ◴[] No.45005589[source]
I’ve done a few ports like this with Claude Code (but not with a while loop) and it did work amazingly well. The original codebase had a good test suite, so I had it port the test suite first, and gave it some code style guidance up front. Then the agent did remarkably well at doing a straight port from one imperative language to another. Then there’s some purely human work to get it really done — 80-90% done sounds about right.
replies(1): >>45010496 #
1. x2tyfi ◴[] No.45010496[source]
What was your method of invoking Claude, out of curiosity?
replies(1): >>45014879 #
2. wrs ◴[] No.45014879[source]
Claude Code in a terminal. I may have done some touchups in Cursor.