Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Please refactor my macro in Scheme

Any alternative for pairs?

Result Builder that accumulates Errors

functional-programming f#

Do linked lists have a practical performance advantage in eager functional languages?

<lambda>() missing 1 required positional argument: 'z' with lambda and reduce

Evaluation of where clause in cyclic lists

How to flatMap cats Applicatives

General approach for user-extensible move effects on turn-based games?

Better display of boolean formulas

Creating a generator expression from a list in python

Making a partial function complete

clojure destructuring vs haskell-like argument pattern matching

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?