Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

What good homework style tutorials are recommended for learning functional programming in Python? [closed]

How does foo(&nil) behave differently than foo(&"not a proc")?

Haskell Arrows inside Tuples

Nice examples of imperative versus functional solutions to practical problems