# File lib/facet/lisp.rb, line 322
  def sum(list)
    accumulate(lambda { |x, y| x + y }, 0, list)
  end