Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Implementation of async unfold function in Javascript

What is the need for immutable/persistent data structures in erlang

Swift array reduction: cannot use mutating member on immutable value

How to apply reduce/collect filter in Java 8, having a separate index?

Func-Programming in Java. Method-ref doesn't match the Function apply signature yet successfully runs

Iterative procedure with nested loops in functional paradigm

highest product of 3 implementation in haskell

How to implement "where" (numpy.where(...) )?

Lazy Range Generation in Julia with Lazy.jl

Could std::some-namespace::transform one day support any functor?

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