• Welcome to the new Internet Infidels Discussion Board, formerly Talk Freethought.

Recent content by Hexagram

  1. H

    Implementation of quantifiers (all, any) in programming languages

    List operations arise naturally from binary operations using a "reduce" or a "fold" of the operation. For the case of the empty list, reduce should always return the identity element. So: The sum of an empty list is the identity of addition, being 0. The product of an empty list is the identity...
Back
Top Bottom