I beleive that every real programming language could be a purely OOP, I was debating about that with my teacher a couple of years and he had mentioned C++ and JAVA, then he asked about ANSI C?
I told him yep, C is a real OOP programming language, if we get a close sight at what is this Object Oriented Programing? it's Objects, so simple.
And Objects are Pointer to Predfined Structures including an inside standard Pointer to Structure then we have our functions, and when it comes to the Constructing and Destructing it gonna be so simple, we even can create a THIS type by 'typedef' and a 'new' poiter function , like that we can manipulate our objects better then any other language, and we can optimize it to the final edge that no other lang can do that.
At the end I beleive that every real P.L would be a pure OOP , always my thoughts may be wrong but this is what I do beleive
