Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell: random number - Int of IO action

How do I remember the root of a binary search tree in Haskell

Functional paragraphs

Cons of first class continuations

Reduce a set of functions over a value?

Functional code examples in ruby

Real world examples of partial function

Converting Haskell Polymorphic Cosine function to F#

Haskell processing [IO String]

Can "applying a function for n times" be done using "exponentiating by squaring"?

Functional way to map over a list with an accumulator in Scala

Filtering a set of Either[x, y], with logging

Which Scala function to replace this procedural statement?

How do I properly define an empty string in haskell?

How to find first element in a sequence that matches a predicate in Python? [duplicate]

Does a method reference in Java 8 have a concrete type and if so, what is it? [duplicate]

Does "pure OCaml" equate "purely functional" in the literature and custom?

Monad transformers explained in Javascript?

c++ boost lambda libraries

how to make this code functional?