Read
The series
- 01 Methodology / hexyl The first full transpilation, the basic translation table, and the initial distinction between expressiveness and rejection.
-
02
The Full Circle / uutils-coreutils
A three-way comparison across GNU C, Rust, and the
transpiled C++ versions of
echo,cat, andtr. - 03 The Hard Case / mini-redis The one place where translation stopped being mostly mechanical and had to become architectural.
- 04 The Round Trip / fish shell A comparison between transpiled C++, the original C++, and a later Rust rewrite of the same code lineage.
- 05 Notes on Expressiveness and Rejection A synthesis of what the experiments seem to suggest, and a modest sketch of a possible workflow beyond simple language debates.
- 06 Afterword A short note on how the series was actually made, and on what AI changed about the cost of checking an intuition.
Reference
Supporting material
- 01-hexyl — first full transpilation
- 02-coreutils — GNU/uutils/C++ comparisons
- 03-mini-redis — async and concurrency case
- 04-fish-shell — round-trip comparison material
- README — repository context and reproduction notes