Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell polyvariadic function with no arguments

Is there a lodash function or a 'lodash way' to do a conditional _.map?

Is it possible to have an if function use pattern matching in Haskell?

Does the WHNF reduction in Haskell happen at Compile time?

Is it a pure function?

How to map list of strings containing key value to dict in Python?

Can a pure function return a promise that resolves after a random amount of time?

Syntax of Keras Functional API

F#: How to enumerate through multiple files correctly?

Flow annotations for recursive function

How do I refactor this function in ELM?

Serializing an F# function

Getting name of a function passed as an argument to a function

Implementing liftM2 in Haskell

Why can't I reverse an iterator twice to get the last two numbers of a vector?

How to Accumulate Observables

functional-programming f#

Java streaming higher order function

Haskell string manipulation

Unexpected result when using converge to generate all rotations of a list

Could std::unique_ptr be considered a monad?