Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why would one use a functional language in an otherwise Imperative project? [closed]

functional-programming

Recursion Haskell

What is the benefit of using curried/currying function in Functional programming?

How does the compose (*) function work in Ruby (from The Ruby Programming Language)?

Looking for a functional language based on YAML

`return` in a scala function literal

Dependency Injection and Inversion of Control - terminology

How to correctly write a foldLeft function that may fail?

ELM/Haskell : use Regular expression(Regex) to search a String and render Html view

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?