# File lib/facet/lisp.rb, line 179
  def atom?(x)
    not pair?(x) || null?(x)
  end