Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell pointless performance - efficiently map multiple functions to the same data

Definitive guide on when to use Haskell typeclasses? [closed]

python equivalent of quote in lisp

Ocaml - Lazy.force

IO Monad in Dynamically-typed Languages

Is there something similar to lodash _.toArray for ramda.js?

What is the functional analogue of a Strategy pattern?

Is there a way to "preserve" results in Haskell?

Haskell: Are type variables in "where" clauses in the same namespace with their parents?

Using nested reduce in Swift

Javascript: How can I replace nested if/else with a more functional pattern?

Do we still need mutex if everything is immutable?

Can this be refactored to use generic functional principles?

Confused about (fmap length Just) [1,1,1,1] vs. fmap length $ Just [1,1,1,1]

Remove All but First Occurrence of a Character in a List of Strings

f# functional-programming

Changing the value of a field in a map function of Stream

Scala - value < is not a member of AnyVal

How to pass Function as parameter to computeIfAbsent method?

How do I implement a list comprehension using map and filter?

Ramda: How to remove keys in objects with empty values?