Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Reimplementing C# Inheritance with generics in F# using functional techniques

Currying out of order in Ruby

How can I separate a list of ADTs into its variants?

Approach to thread resources like connections in functional programming

J2ME development without Java?

Scala: Does Option[Boolean] makes sense?

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

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