What's Special About Dynamically Typed FP?

The magic of Functional Programming is that you can write the verbs before the nouns. You have so little commitment to what the data structures are, that it doesn’t get in the way. Today I find myself mapping across and diff-ing lists of arbitrary ad-hoc dictionaries and tuples. Had I sat down and had to …