Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Do-while loop in Clojure?

Haskell / Miranda: Find the type of the function

Reducing Iterable[Either[A,B]] to Either[A, Iterable[B]]

How do I yield pairwise combinations of a collection, ignoring order?

Java 8 Method reference to instance method of an arbitrary object of a particular type

How to refactor (if / elsif / elsif) chain in Scala?

How to judge whether a list is a sub sequence of another with java8 stream?

How does the default definition of (<*>) in Haskell work?

Is it a rule that unapply will always return an Option?

represent stateful things in functional languages

An example of functional programming in scala

Equation from "Programming Pearls" - can somebody explain me?

Pure Lambda Calculus - and function

F# optional arguments and overloading alternatives

f# functional-programming

Repeatable pattern matching

f# functional-programming

How does the presence of the "error" function bear on the purity of Haskell?

Looking for an FP ranking implementation which handles ties (i.e. equal values)

Is using Optional in Scala's case classes and classes fields a code smell?

Does functional programming use object data structures?

Binding vs Assignment