Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Applying map for partial argument

Split python tuple in subtuples with capacity limit in functional programming style

How to find index of element with minimum value?

Partial Application with Infix Functions

Guava - How to apply a function that returns Void on an Iterable

Haskell: What is the difference between (+1) and (\x->x+1)?

Assignment help: Union between sets

Java 8 Functions - compose and andThen

Scala flatten List

Beginner JavaScript OOP vs Functional

Clojure DAG (Bayesian Network)

Best way to assign value in a try block

"Deep" function currying in C++ using template metaprogramming

Computing the "closure" of the attributes of an object given functions that change the attributes

Persistent (purely functional) Red-Black trees on disk performance

Is it usual for interaction nets to leave piles of redundant fans?

Have I implemented Y-combinator using C# dynamic, and if I haven't, what is it?

Does MATLAB perform tail call optimization?