Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

how to create a map in javascript with array of values dynamically

What happens to a variable assignment when I call a method that returns an instance of a case class holding the said variable?

How can iterative algorithm over a dynamically changed collection with depended condition be written functionally?

How are Functors useful?

How to use Ramda to find matching object in Array by key value

Use flatMap on List[Either] in Scala

javaslang List of Tuples2 to Map transormation

If scala advocate immutability why it adopted actor model with its mutable nature? [closed]

Convert array of objects to one Object using ramda.js

How to create a read-only struct without boilerplate code?

Duplicating an array's elements using functional programming

Different behavior of val and var with an anonymous function and a placeholder

Evaluation of part of Clojure cond

How to get list of intermediate sums in a functional way? Using LINQ?

How can I write f(g(h(x))) in Scala with fewer parentheses?

Ruby: elegant array initialization and return in Ruby

Functional way to implement a thread safe shared counter

Haskell reverse function

Exception: Non-exhaustive patterns in function

Concrete example of functional knowledge allowing you to write better imperative/OO code [closed]