Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is there a PHP equivalent of JavaScript's Array.prototype.some() function

Functional languages targeting the LLVM

Pluck in Python

Why are Promises Monads?

Best way to get intersection of keys of two objects?

What exactly makes Option a monad in Scala?

What are some examples of type-level programming? [closed]

Mixing object-oriented and functional programming

Map list onto dictionary

Do you use Python mostly for its functional or object-oriented features? [closed]

Why program functionally in Python?

When should one use a Kleisli?

What is the practical use of the identity function in R?

Haskell coding-style: map, fmap or <$>?

FoldLeft using FoldRight in scala

Haskell syntax for 'or' in case expressions

Functional programming and decoupling

Is Haskell truly pure (is any language that deals with input and output outside the system)?

If Java people go to Scala, C# go to F#, where do Ruby people go for functional nirvana? [closed]

Composing functions in python