Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Finding the computational interpretation of a theorem

Find any possible bondings of a list and predicate

Use of the term "Abstract Syntax Tree"

Is there a way of providing a final transform method when chaining operations (like map reduce) in underscore.js?

Why can't I use a String array with a method taking an Iterable as a parameter?

Java 8 collections: filter with function don't work

Repeat function a couple times without for loop in python

Using Free with a non-functor in Scalaz

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