Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Functional programming pattern for performing a function once after fold/reduce?

SML signature with multiple structures

How can I build a faster implementation of Queue?

Higher-order functions in VHDL or Verilog

Javascript: Function call on adjacent object?

Where do the names value/expression kept in functional programs?

creating a finite lazy sequence

Passing a function as an argument - lambda expression error?

JavaScript: Can this code be refactored to a more functional programming style?

How to do Nested For Loops in Functional Style