Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Add recursive function to class as member

f# functional-programming

Filter Words from One List with Words from Another

How is lazy interpreted in recursive context?

Reverse arguments order in curried function (ramda js)

In F#, is it possible to check if two values have the same constructor?

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?