In Erlang variables start with a capital letter, atoms start with a lowercase letter.<br>Functions also start with lowercase.<br><br>How does Erlang distinguish atoms and functions? Especially in the context of higher order functions.?<br>
<br>[Disclaimer: noob to Erlang but not functional programming or Lisp.  Erlang atoms look quite close to Lisp atoms though also different...]<br>