For web applications, I think rapid prototyping requires a framework that performs a lot of magic, like Rails and Django. I don't think it depends on the language of the framework since you won't have to think of concurrency or anything like it. Rapid prototypes of web applications are concerned with request, response, and database interactions. The easier the framework makes it the better. It's not about Ruby or Python or Java.
Comments
For web applications, I think rapid prototyping requires a framework that performs a lot of magic, like Rails and Django. I don't think it depends on the language of the framework since you won't have to think of concurrency or anything like it. Rapid prototypes of web applications are concerned with request, response, and database interactions. The easier the framework makes it the better. It's not about Ruby or Python or Java.