Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Folding a sequential stream in Java

Type guard with complement in false branch

How to implement Factorial via Control.Arrow.loop?

Anyone got --standalone option to work in F# CTP?

f# functional-programming

Is there a relationship between calling a function and instantiating an object in pure functional languages?

map function in Erlang