Do you feel is the strong typing system that gets in your way? I feel that some times. But I know that later is going save me for making mistakes when I have to refactor my code.
I also really like strong typing, for the reason you stated, though there are also lots of things I like about a "more dynamic" approach (duck typing is great, for instance).