Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Creating a list of all possible lists, given each element can take one of n values

Does the Hack-style pipe operator |> take precedence over grouping operator ( ) in order of operations in JavaScript? [closed]

F#, Deddle and R.Net: seq<'a> [] vs. IEnumerable array

Can a function be one of kwargs in Python partial?

Scala fold over String results in "type mismatch; found: Any"

Not quite understand `F(1A) = 1F(A) ∀ A ∈ C1` as the Functor law

In functional programming, is there a name for a function that takes an x and gives back a tuple (x, x)?

functional-programming

Idiomatically moving/sorting values from one Vec into another

Why do I need to specify a return value for a function I'm passing to a Y combinator

Calculating nullable nonterminals of a grammar in a functional way (preferably in Scala)

Type Inference in OCaml

Integral type class comparisons

Functional Programming, recursing a game state loop

Why these functions have different types in Haskell?

Simulate 5000 samples of size 5 from a normal distribution with mean 5 and standard deviation 3

r functional-programming

How can I write a std::apply on a std::expected?

Why python reduce() behaves differently with the `None` element?

How to parameterise a functions argument tuple in Typescript

Rename a component of R lists