Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Smooth way of using Function<A, R> java interface from scala?

Functional Language for Untyped Lambda Calculus

All list rotations in Haskell [duplicate]

SML and functional coding style

Parameter names of a function using a functional language such as F#

How are all graphic and web libraries implemented in Haskell?

Why "reading from a file" is not pure function?

Recursive "merge" or "extend" with Ramda?

What is generative testing in Clojure?

How would I do the equivalent of Prototype's Enumerator.detect in Perl with the least amount of code?

Best way to change list type in scala

Does Lisp have something like Haskell's takeWhile function?

What do we need the BiFunction interface for?

Warnings about unused variables in Erlang

How do I refer to std::sin(const valarray<double> &)?

Is Returning A Random Value From Function A Side Effect?

f# functional-programming

Haskell: Functions that sometimes return a function

Are there morphisms in Haskell?

How do I convert a vector of strings to a vector of integers in a functional way?

Why - in Java 1.8 - is Function<V,R> used and not Function<R,V>?