Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Lua language: how use something similar to python list comprehensions

Python and functional language interop

Refactoring domain model with mutability and cyclical dependencies to work for Scala with good FP practices?

Looking for generalisation of the `if p x then x else empty` construct

Permuting output of a tree of closures

programming language where values and objects are different [closed]

How to get the first non empty Optional<T> from a list of Optional<T> [duplicate]

What is the best way to create simple filter functions in javascript?

Control.Arrow: Why "let (a,b) = (first,second)" fails?

Create a function with an undetermined number of successive calls

Is it a good or a bad thing that a suite of quickcheck tests match the implementations?

Immutable game object, basic functional programming question

Invoking a function on a "side" of a Bifunctor dependent on the value of a boolean

How to understand segmented binomial heaps described in <Purely Functional Data Structures>

Why do we need Monad Transformers in Scala?

Elegant implementation of n-dimensional matrix multiplication using lists?

Which terms is corresponding for Map, Filter, Foldable, Bind etc from Category Theory?

Generalizing fold such that it becomes expressive enough to define any finite recursion?

The sense of term ambient in ambient monad

Unsure of how to design a useful library using combinators