Is it possible for a language to be both compiled as well as interpreted.
* During development we can use interpreter to rapid application development
* In production environment same code base gets compiled to machine code or bytecode for performance reasons
Is it possible? Or is it a stupid idea?