Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Beautiful and terrible Haskell [closed]

Efficient way to fold list in scala, while avoiding allocations and vars

Does Function Composition rely on Partial Application?

f# functional-programming

List[Try[T]] to Try[List[T]] in Scala

LISP or Haskell [closed]

Is functional programming considered more "mathematical"? If so, why?

How do add values of selective rows from a list in an functional style?

Any clean way to combine find and instanceof in Scala?

Python: trying to collapse a function mapping on the second argument

How to rewrite this code in Scala using a Functional Programming approach

Lambda functions

repeating elements in common lisp [closed]

FSharp order of function parameters

f# functional-programming

Functional statement in Python to return the sum of certain lists in a list of lists