Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Function that turns sequence into list

Function and Predicate parameter ambiguous?

How do you store the state of an array in functional JavaScript?

Why doesn't this higher-order function pass static type checking in mypy?

An ArrowCircuit instance for stream processors which could block

How does one prove the equivalence of two types and that a signature is singly-inhabited?

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?