Atoms: use cases and similarities with other langs

@sasajuric used a great example today in a talk. Atoms are what in other languages might look like this.

const LABEL = 1
...
// use LABEL instead of 1 everywhere
3 Likes