Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

How to partition a collection based on summing of item properties, up to a given limit?

Use of "and" for multiple mutual recursive functions in Ocaml

What is wrong with this macro in Clojure?