Do Python/Ruby/JS programmers not like small, fast binaries?
Other attempts like Cython already exist. Perhaps you believe they missed something obvious? This is an excellent way to advance the state-of-the-art when you finish your compiler.
Even pypy[0], which isn't a simple compiler by any means, is only 4.4 times faster than cpython by their own measurements.
In short, languages like cpython aren't slow because they are interpreted, they are slow because they are dynamic. There's a lot happening "under the hood".