Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Clojure constantly and map function

Common Lisp: compilation vs evaluation

Is there a safe way of converting a Collection to a sequence in F#?

Haskell. Keeping track of indices in order to generate a new list

Create an array with all numbers from min to max without a loop

Split a list into sublist by checking a condition on elements

How to get the index and occurance of each item using itertools.groupby()

Which is the most idiomatic way to "lift up" by some transformation both arguments of a binary function in Haskell?

A summary of the parameters and return type of functional interfaces in the package java.util.function

Haskell: function composition (.) vs function application ($) when it comes to performance?

Haskell - have a function return an empty character

How to merge two Option[String] variables into one when using flatMap in Scala?

List comprehension equivalent to map on two lists in parallel [duplicate]

How to chain map and filter functions in the correct order

Why do we show multiple arguments with arrows and the return type with an arrow?

How safe would it be to use functional-java to add closures to a Java production project?

F# :: traversing lists There and Back Again

F# version of Haskell's list destructuring

understanding threadedness of actors in scala

Why doesn't infinite recursion hit a stack overflow exception in F#?