What is the best language for rapid prototyping? Here are the main aspects that I'd be looking for:
Has a good GUI-builder tool that integrates well with the language
Easy to read
Quick to write short snippets of code and integrate them into a project
Interpreted, or else a quick write/compile/run cycle
Easy to integrate code from C/C++ (as a linked library)
Well documented and has good libraries available
I'm especially interested in options for Linux, but suggestions for Windows are also welcome.