Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to call Python functions dynamically

"Monad transformers more powerful than effects" - Examples?

How to compose functions in Rust?

Why should I use applicative functors in functional programming?

Is there a method reference for a no-op (NOP) that can be used for anything lambda?

Mathematica: what is symbolic programming?

Functional lenses

Scala currying vs partially applied functions

What is the point of the class Option[T]?

The difference between Reactive and Functional-Reactive programming

What do "reify" and "reification" mean in the context of (functional?) programming?

What is the motivation for Scala assignment evaluating to Unit rather than the value assigned?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

any() function in Python with a callback

Recursion schemes for dummies?

What is the combinatory logic equivalent of intuitionistic type theory?

Kotlin - Void vs. Unit vs. Nothing

Pass a typed function as a parameter in Dart

Is Ruby a functional language?

Generating permutations lazily