文件名称:c# 函数式编程示例
文件大小:940KB
文件格式:ZIP
更新时间:2013-08-10 04:05:15
csharp fp functional pattern
建议用.NET4.0,在并行示例中直接引用"using System.Threading.Tasks;",这样就不用去下载额外的.NET3.5并行包了。 内容包括: # Closures # Continuation Passing Style # Currying # Filter # Fold # Iterators # Lazy Evaluation # LINQ # Lists (Immutable and Recursive) # List Continuations # Maps/Map2 # Memoization # Monads # Operators (Forward, Reverse, etc) # Pattern Matching # Recursion # Unfolding and Generators