Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

How to force an immediate evaluation on stream in Java8

C++ functional programming code snippets

y-combinator in StandardML

What is the exact difference between Fix and Self on the Calculus of Constructions?

How to use `&` in match expression?

Currying event handlers in React

Why is the definition of null function in Haskell Prelude so strange?

Using `.of` Constructor on Sanctuary Maybe

Catching a generic exception

Get intersection of two maps with different values in Kotlin

Is it possible to utilise partial application in Dart (partial / apply / fixing arguments)

Update objects in one list based on values from second one using streams

Skip the function if executing time too long. JavaScript