Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Subtyping between function types

Can a pure function change input arguments?

Effect abstraction in Cats and parallel execution

How to write a fixed point function in haskell

Technical choices in unmarshalling hash-consed data

Filter method for C++ data structures

Object model in functional style?

Conjoin function made in functional style

Should I implement the Seq interface in clojure

Calling a Javascript function with an unknown number of arguments with original context

Function of a function works one direction, not the other

c# functional-programming

Can I use monad transformers to simplify this composition?

Boost Lambda/Phoenix - how to do lambda which returns another lambda?

Private/Protected setters with F#

How can I represent a line of music notes in a way that allows fast insertion at any index?

What is an "up" or "down" structure in Scheme?

Using scala.Future with Java 8 lambdas

Filtering with truth tables

Can the Haskell prelude functions be reduced to a set of core functions?

How to lift a function to take an extra parameter in C?