I have a couple of jobs using the django framework on the go which is written in python; a language I haven't really used before. After a good bit of sifting through code and finding my feet I can't help but feel that it doesn't know what it really is.
Firstly it has some OOP but not fully; no static vars or access levels for vars or methods. Even php has this. Then there is fact that it compiles, sort of, but you can't just deploy the compiled files. It needs the source there too.