Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to handle lambdas in a pre-lambda compiler

Ruby Reverse Currying: Is this possible?

Is there a language made specifically for Entity Component programming?

Does Scala offer a way to "proxy" or "decorate" a function without repeating the argument list?

How to make python built-in functions support keyword arguments? [duplicate]

Implementing the combinator calculus

How do you translate from lambda terms to interaction nets?

How to make nested flatMap and map more comprehensible

How to implement caching with Kleisli

How to accurately measure the effort required to reduce a λ-term?

calling reduce on list of akka http routes yields compilation error (no implicit value for parameter join)

Methods to exhaustively partition a vector into pairs in R

Strange behaviour that R retains last variable in list loop?

J2ME development without Java?

Functional proofs (Haskell)

'some' and 'many' functions from the 'Alternative' type class [duplicate]

How to make illegal values unrepresentable? [duplicate]

How to achieve python's any() with a custom predicate?

Have J style adverbs, forks etc been emulated via libraries in mainstream functional languages?

Why is ListT monad transformer considered buggy - what monad laws it breaks?