MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w2prjy/pythonfeelsillegal/p6v4wld/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 2d ago
219 comments sorted by
View all comments
Show parent comments
31
Always fun that writing an empty set gets you a dict so you have to use set() explicitly to get an empty set... jeebus, Guido...
21 u/carcigenicate 2d ago {/} is being proposed so sets have an empty literal. 14 u/SoldRIP 2d ago ... As opposed to the sensible {:} for dicts, which would be consistent with their already existing syntax? 24 u/NewbornMuse 2d ago And what, change the meaning of {} from dict to set? I don't think breaking changes like that are anywhere in python's future. 3 u/minecon1776 1d ago Python 4
21
{/} is being proposed so sets have an empty literal.
{/}
14 u/SoldRIP 2d ago ... As opposed to the sensible {:} for dicts, which would be consistent with their already existing syntax? 24 u/NewbornMuse 2d ago And what, change the meaning of {} from dict to set? I don't think breaking changes like that are anywhere in python's future. 3 u/minecon1776 1d ago Python 4
14
... As opposed to the sensible {:} for dicts, which would be consistent with their already existing syntax?
24 u/NewbornMuse 2d ago And what, change the meaning of {} from dict to set? I don't think breaking changes like that are anywhere in python's future. 3 u/minecon1776 1d ago Python 4
24
And what, change the meaning of {} from dict to set? I don't think breaking changes like that are anywhere in python's future.
3 u/minecon1776 1d ago Python 4
3
Python 4
31
u/userhwon 2d ago
Always fun that writing an empty set gets you a dict so you have to use set() explicitly to get an empty set... jeebus, Guido...