Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How is 'match' implemented in Haskell's FGL to be O(1)?

How do I generate a random number using functional state?

What is the most elegant way to deal with an external library with internal state using a function programming language?

Equivalence classes and union/find in a functional language

Monadic fold with State monad in constant space (heap and stack)?

Use ... to modify a nested list within a functional

How to interrupt, exit a compose or pipe?

Is there a way to flatten nested monads of different types?

What are your experiences using the functional java project?

Source code of well designed functional web apps?

boost::adaptors::transformed followed by boost::adaptors::filtered calls function twice

Efficiency of unfoldr versus zipWith

(Un)folding a sheet of paper according to a pattern and giving the order of the layers

What's the most-used data structure in OCaml to represent a Graph?

What does duckmap really do?

Visual Studio 2010 and std::function

What's the relation of fold on Option, Either etc and fold on Traversable?

Reversible computing platform

What is an Algebraic Data Type (ADT)?

Trying to gain confidence in the benefits of TDD