Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Change a list to map in Kotlin while customize this convert

How do I get an Option<T> from an Entity Framework Core database call?