Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Equivalent to Lambda Expressions in Python

C# or JavaScript: Determining common prefix in strings [duplicate]

Defining fmap with id and return

How to design higher order functions

Erlang function calls - Why does it not work to call self() as a direct argument?

How does foldl work?

These concepts about Functors (Maps) and Monads (Either, Maybe, Bind, Then) are right?

the balance between performance and code resue

Scala: how to change this code in functional way?

crockjs and apply functions need a function as value

Signals and Observer(Reactive Swift) for form validation not working as expected

How to Add Production Ready ReactiveCocoa or Futures / Promises Into Swift 2 iOS

F# applying function to two lists at once

How to rewrite ado notation as general Applicative lifting, respecting evaluation order?

How to invoke a multi-argument function without creating a closure?

Functional approach to apply mapped args to a function's default/named params

func :: Maybe(Int) -> Maybe(Int)

Functional map-like data structure with arbitrary length data as keys?

Convert List[Task[List[A]]] to Task[List[A]]

Working with Sets as Functions