It's wrong to create an interpreter of a language born to be compiled.
Ain't no such animal. C++ was born to be a preprocessor to C, back when it used to be called "C with Classes". Any language ever created can be compiled or interpreted, although there are cases of dynamic languages that are very hard to compile efficiently. So I might buy the idea of "born to be interpreted", but never "born to be compiled".
More seriously, it's wrong to create crappy interpreters, just as it's wrong to create crappy compilers. Full stop.
What do you think about interpreter of usually compiled languages?
One of the best systems I ever used was the Saber-C system: an interpreter for C, a language which you might say was born to be compiled. It was great. I still miss it.