Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Neat way to apply a function to every nth element of a sequence?

How to shuffle list in O(n) in OCaml?

flatMap or bind in Python 3?

Binding a name to a value vs. assigning a value to a variable

Haskell's function application operator ($) usage

Scala: Creating a list of tuples from list elements sequentially

Is there a step-by-step process for converting a series of pipelines into a functional composition?

f# functional-programming

Ambiguous type variable `a0' arising from a use of `it'

Conditional operations in function composition

How come I can pass functions to a lifted R.divide?

Where can I find an explanation/summary of symbols used to explain functional programming, specifically Ramda.js?

Applicative vs Generative functors

What is the relation between syntax sugar, laziness and list elements accessed by index in Haskell?

Combining Predicates

Return value in F# - incomplete construct

f# functional-programming

Getting reference to the JavaScript Function object behind an operator

"filter" higher order function in C++

functional java: what's this P1 thing?

Most concise way to combine sequence elements

How to get rid of this ambiguity?