Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Zip two HashMaps(or dictionaries)

lambda expression vs static method

Functional equivalent of if (p(f(a), f(b)) a else b

is there any way to prevent side effects in python?

Should I read the first or second edition of "Introduction to Functional Programming" by Bird & Wadler? [closed]

How does Function.bind.bind(Function.call) uncurry?

Does Kotlin support partial application?

What is the difference between assign() and <<- in R?

Would it be possible to add type inference to the C language?

Does python have a built-in function for interleaving generators/sequences?

How to count the number of times a function was called, the FP way

How to implement a dictionary as a function in OCaml?

Lodash Flow and TypeScript

What's a good and functional way to swap collection elements in Scala?

In Haskell, what's the difference between using takeWhile or using a "regular" inequality in this list comprehension?

Function Programming and Mock Objects

How to use polymorphism in functional programming? [closed]

How to write good Unit Tests in Functional Programming

Is it possible to evaluate lambda calculus terms efficiently?

Split array into two different arrays using functional JavaScript