Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to implement single-source-of-truth for a complex, immutable model?

How to print and read at in the same line in Haskell?

Are Immutable Collections Inherently Less Efficient

Clojure: Executing an operation n times using the output as input of next operation (a-la reduce)

How to use the Task monad? (fp-ts)

Access the next element of 'data'

Accessing Previous output while operator chaining in Scala

find word within line of lines in haskell

Adding 0-s to a list of until it's length is 8 in Haskell

Trouble with multiline if statments in OCaml

Is there a way to pass a parameter to a predicate in JavaScript using ramda?

or-like feature in case … of statement? Or maybe a more generic pattern?

Infer parameter types in function chain

Why does method referencing show compiler error in scenario 1 but works in scenario 2?

Accumulate result until some condition is met in functional way

for fixed point combinator Y, what is \x.f(xx)

Can mapEvery be implemented with foldr

Reducing Haskell expressions

When would it make sense to pass a function to a function?

Functional programming in OOP language