> I mean a transpiler for Nim to Python, like it already exists for C, C++ and > ObjectiveC
The Nim compiler is a compiler, not a transpiler. I realize that many people don't understand the difference between a compiler for language A that generates code in language B, and a transpiler from language A to language B, but there's a large one. Anyway, I think it's a bad idea.