Related resources for GetPrimes
  • Functional Programming with C#: Lazy Calculation9/29/2012 8:44:55 AM. I ran across Mike Gold’s nice algorithm for finding primes using LINQ syntax and thought I’d use his idea as a base from which to demonstrate one of the more subtle features in functional programming: lazy calculation.