How would someone who really knows how to take advantage of dynamic programming languages approach programming differently than someone working in a static language?
Dynamic languages are capable of executing code which was created at run-time. This is very dangerous if malicious code is injected. But very powerful if you can sanitize the environment.
I think Javascript people do this by executing JSON files.