Nested Sets: which languages support this?
What programming languages support nested sets, akin to the usage in mathematics and set theory?
I tried Python and couldn't get nested sets to easily work. I tried frozenset() and set().