Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

JavaScript callbacks and functional programming

clojure how to know the path of a folder / file / directory in one project?

Programming without if-statements? [closed]