Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

char representation clojure

Do we need fixed point combinators in C#?

What is meant by "effectively tail recursive"?

Nix: Map list of keys to attribute set members

functional programming: Get list of data from nested loop

Is it okay to mutate data in a loop in clojure?

Sort string without any builtin methods

Ramda group then convert siblings to children

Can somebody tell me what is the difference between Task and Future concurrent action? Because the interface looks the same

Clojure - Remove items from vector inside loop

Why does this fail when I don't use the ToList method in a for loop?

Append multiple List with computation expression

f# functional-programming

In Scheme, how can I understand "(define (f x . y) (cons x y))"

When and why to map a lambda function to a list [duplicate]

Always getting "RETURN-FROM: no block named NIL is currently visible"

How to implement a stack-safe chainRec operator for the continuation monad?

Is there any operator.unpack in Python?

Understanding this polynomial division algorithm in a functional language

How can i implement functional loop statements instead of for loops in this case?