Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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>?

How to make a class fully immutable in Scala

Making multiple API calls in a functional way

Do functional languages cope well with complexity?

How to implement decimal to binary conversion

F#: More return points in functions, how to handle them?

Scala _ Placeholders (How does this code function?)