Lately I've been seeing a lot of talk regarding PHP's lack of late static binding until 5.3.
From what I've read proper implementations of stuff like ActiveRecord are not possible until the language has this feature.
So, I'm curious about:
- Which languages do support it, specifically those commonly associated with web development such as Python, Ruby, Perl, Java, C#, (JavaScript?).
- Which actually make use of it on a regular basis?