I think Lisp is the ideal enviroment for rapid prototyping: even better than Python. One example is that you can modify your code on-the-fly while running it; there is no better debugging tool.
Dynamic redefinition of class methods
Consider the following rectangle class [you can type "lisp" on pcdh91 and …