SMRTR ProgrammingAug 5, 2026Hacker News

Water to Go – Rewrite Any Project to Go with Any AI Coder

SMRTR summary

WaterToGo is an open-source CLI/TUI tool that automates rewriting entire codebases into idiomatic Go using AI coding agents like Claude Code, Codex, or OpenCode. It supports 13 source languages, mirrors your directory layout, and runs a resumable pipeline that keeps iterating until the generated Go code actually compiles and passes go vet.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.