Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Learning Haskell maps, folds, loops and recursion

Map over list, except for last list element

How can I loop through each character in a string in Elixir? [closed]

Function composition in Perl

How to simplify nested-if using to return value in Haskell

Functions that look pure to callers but internally use mutation

Scala filter on a list by index

In F#, what does pipelining mean?

f# functional-programming

Haskell - Redefining (hiding) arithmetic operators

How to program without side-effects in Java?

Apply several string transformations in scala

What's the idiomatic way to do a map/getOrElse returning Unit in Scala?

Python: Map calling a function not working

How Monads are considered pure?

Are there benefits of strong typing besides safety?

Are there problems that can't be solved efficiently without arrays? [duplicate]

Unit testing higher order functions in F#