Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Weight-Biased Leftist Heaps: advantages of top-down version of merge?

Higher-Order Programming Using Boost::Python

How to create a K combinator in the enchanted forest? (To Mock a Mockingbird)

Scala: how to implement via function object parameters a generic flow where signatures differ?

What is the intuition behind the checkerboard covering recursive algorithm and how does one get better at formulating such an algorithm?

Haskell / Wreq - Advice on complicated type signatures for http requests

How to automatically generate a function to match a sealed case class family with implicit instances?

C# functional programming: how to treat IO in CRUD?

Generate injective functions with QuickCheck?

given an infinite sequence break it into intervals, and return a new infinite sequence with the average of each interval

Haskell - Transform a list of unions into a tuple of lists

How can I implement a splay tree that performs the zig operation last, not first?

Fixed point combinator usage? Why a stack overflow here?

Are there purely declarative, general purpose programming languages?

Can I filter a Stream<T> by element's class an get a Stream<U> in one step? [duplicate]

Java 8 Generic of Generic for Monad Transformer

Using RxJava for email login validation, an observable is emitting twice

Clean, simple function factories in R

r functional-programming

How can I call a subprocess in Idris?

Pattern to break up C# using blocks to enable functional programming