> Using types in this case is just overkill and waste of effort, as most of the > time it's one time experiment.
That doesn't match my experience at all fwiw, I find types just as useful for "quick'n'dirty" code. Dynamic typing kills productivity, try more static typing.