You can map instance methods to normal methods in Smalltalk. And static methods to class methods in Smalltalk.
Of course, you don't have the dynamism of sending messages, instead of invoking method calls.
However given that Smalltalk is the originator of OO and everything is an object, OO critics would feel in prison most likely. :)