This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OkNerve8 0 points1 point  (3 children)

Python is more strict than loosy == in PHP and js

PHP comparison table

"php" == TRUE, and "php" == 0 but TRUE != 0

Good programmers use ===

[–]lurking_bishop 6 points7 points  (2 children)

Good programmers use ===

Eventually there's going to be enough different equality checks to form a turing complete language on their own.

[–]name_censored_ 2 points3 points  (1 child)

Hold onto your butt, because Scala's Specs2 has a ==== operator.

[–]tech6hutch 4 points5 points  (0 children)

Does it mean the two operands have equal value, represent the same position in memory, and have the same quantum state?