Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Type of the Item property in F#

Defining new data types in Scheme

Suggestions to optimize a simple Scala foldLeft over multiple values?

Cartesian product traverse in scalaz

remove duplicate string and empty string

functional style to multiply two lists with Scala

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]