I don't know, I chose 'Zope' in 2002 because it was open source and backed by a for-pay company. The framework itself lived on for around 12 years from it's inception, which I think is pretty good, considering that everything they did was pretty much unheard of at the time.
Python didn't have the longevity back then, and neither did the framework. They were both considered fairly new. I'd suggest just choosing whatever fits your needs now, and is open source, with easily readable (or relatively so) source code. If the main support goes under, you can take on the management of the framework yourself. So, by all means, go with "Revel" (web framework for Go), "Rikulo" (web framework for Dart) or "MRE" (for Rust). Whatever scratches your itch, use it. I'd only suggest that if you choose a framework that is "web2py written in <programming language of the month>" it may not be a good choice, as it's just a re-implementation of someone else's designs. Go for the originals if at all possible. On Friday, October 25, 2013 10:22:56 AM UTC-7, Ykä Marjanen wrote: > > First choose a language as it has a longetivity beyond a framework (i.e. > Python). Then choose a framework which meets your needs and start using it. > I dont think long analysis will do any good as it is not that difficult to > learn and adapt to another framework (especially python). > > I've done most of the website logic in a class which has API to web2py, > for easy switch to another framework. > > Althought I have to say that I find no reason to look any other > frameworks. However frameworks come and go and you have to adapt and switch > sooner or later, so just start using one. > > Ykä -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

