Hacker News new | ask | show | jobs
by andrewchambers 4060 days ago
python would let you concentrate on the code and not on other issues. It also has quick access to many data structures like sets and maps with shorthand syntax.

e.g. checking for set membership: if 3 in {1,2,3,4,5}: