Why aren't the MVP and MVVM patterns seen in Ruby, Python, or PHP?
- by ryeguy
I've been reading about these and they're pretty prominent in the .NET world. Why aren't there any web frameworks that implement any of these patterns in Ruby, Python, or PHP? Is it because it only works with component-based frameworks, like ASP.NET? Or are they just slow to adopt it?