Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Does Haskell allow a let expression for multiple pattern matchings?

Lazy foldRight early termination confusion

functional programming - call function with all parameters

What is a purely functional data structure for fast nearest neighbor search on n-dimensional space?

How to test a tree of pure function calls in isolation?

Is it possible to implement a bidirectional relationship between two structs using only constant properties?

Getting even and odd position of elements in list - Haskell Mutual Recursion

How exactly does Scala leverage more cores as opposed to Java or other non-functional languages?

Implementing Monads in Java 8

Is there a better functional way to process a vector with error checking?

Why is Deferred factory method has return value in the context of F

Why sequence requires monad if applicative would suffice?

Trying to understanding why this function using foldr in Haskell isnt working

Nested functions: Improper use of side-effects?

Purely functional data structures with copy-on-write?

Tail-recursion optimization in Oz

looking for learning exercise: implement these monads

High-level multithreading/concurrency abstractions for .NET

C++0x function<>, bind and members

Has F# anything like Haskell's where clause?