What is the worst syntax feature of any language you've used?

Follow

@loke Not really "syntax" related but stumble across this using Python recently:

>>> x = (100 + 1.0/3) - 100
>>> y = 1.0/3
>>> x == y
False
>>> x
0.3333333333333286
>>> y
0.3333333333333333

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.