Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Data type that's a pair of functions?

Can normal functions emulate OOP?

Flattening 2D grid of 2D arrays into a single 2D array, in JavaScript (functionally?)

Concatenate Lists and Return Result into First Argument

Better way to write the following code in Kotlin?

Record pattern matching

Is a Java lambdas equivalent to a JavaScript closures?

Could someone explain these Haskell functions to me?

Is there an equivalent to Haskell's init function in elixir?

Pipelining to find an element at an index

Problem when displaying integer arithmetic with a random number in Haskell

Try to understand the usage of functions in a Java enum

How to pass a rvalue reference parameter to a template operator() function in C++?

Fill a nested structure with values from a linear supply stream

What are the benefits / drawbacks of functional object creation in JavaScript?

Applying a function to a custom type in F#

f# functional-programming

Serializing persistent/functional data structures

How scalable is MapReduce in the original functional languages?