Skip to content

Instantly share code, notes, and snippets.

@paudirac
Last active April 6, 2017 16:24
Show Gist options
  • Save paudirac/a5d3342afd9062f850aad880f29798db to your computer and use it in GitHub Desktop.
Save paudirac/a5d3342afd9062f850aad880f29798db to your computer and use it in GitHub Desktop.
print "right\n" if chr ord 'a' eq 'a';
print "wrong\n" if not chr ord '·' eq '·';
@paudirac
Copy link
Author

paudirac commented Apr 6, 2017

This is misleading. Its a bug. Its a violation of the Principle of Least Surprise. Its a violation of a fundamental invariant. The root of al evil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment