Nested Sets: which languages support this?
23:49 13 Jan 2026

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().

set