Comment by charlieyu1

2 days ago

More and more dubious things were designed in Python these days. A recent PEP purposes to use {/} as the empty set

Problem is, we already have a syntax for empty lists [], empty tuples (), and {} is taken for an empty dict. So having a syntax for an empty set actually makes sense to me

  • Making sense, and being good, is not necessary the same.

    Yes, having a solution for this makes sense, but the proposed solutions are just not good. Sometimes one has to admit that not everything can be solved gracefully and just stop, hunting the whale.