Precisely, one of the things that turns me off on Python (coming from Lua), is the unnatural proliferation of different container types.
You might like Tcl - associative arrays (hash tables), arrays (lists), strings, numbers, and code are all the one type (at least conceptually).