Are you literally talking about dynamically typed languages exclusively or do you just mean higher level languages than the one you normally use? I'm not trying to be clever but "Dynamic Language" gets thrown around so much that I'm not sure anyone pays attention to what it means (I think it gets used as a catch-all for any language that's not in the C family or Java), but there are options like Boo, Scala, F#, Haskell and OCaml that are statically typed but offer similar benefits in terms of features and productivity as Ruby, Python, etc.
What do you normally program in? It's a lot easier to give advice if we have an idea of what you do and what tools you use.
In any case the short answer to your questions is likely to be "More features (preferably functional programming style features), interactive development environment, more productivity, more work done with less code."