Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Getting errors trying to get observable from "observable's chain"

Simply typed lambda calculus vs Hindley-Milner type system

Using JavaScript Reduce to generate an object

When is a => f(a) not equivalent to f?

groupBy-like function such that the binary predicate holds between consecutive elements of each group instead of any two

Is it possible to partially apply a React component?

Understanding FP in an enterprise application context (in Scala)