Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

nodejs functional programming with generators and promises

Chaining operations on values without naming intermediate values

Append Map(key, Set[value]) in a Map to existing Key in Scala 2.11

Is there any algorithm needs functional language exclusively to be implemented

State monad - adapt functions that only work with parts of the state?

Haskell map/sortBy/findIndex etc. for Arrays instead of Lists

Why isn't a Clojure function that consists solely of lazy function calls lazy as well?

Stuck in an infinite loop in a function

Pass a function by name in Ruby

Scala immutable vs mutable. What is the way one should go?

Rotating arguments in Haskell

How can I convert this binary recursive function into a tail-recursive form?

How to express let* as a lambda expression (not the regular let)

Monadic comprehension syntax in C#

what is the purpose of using ":" in OCaml function declaration

Haskell IORef array usage

Are there ways to call two functions (one just after another) in purely functional language? (in non-io mode)

Function as an argument in Erlang

Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F

F# constant pattern matching and checks elimination