Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to make Scala's immutable collections hold immutable objects

Is Scala for me? (C# developer with focus on functional / OOP style)

Pattern-matching returning a string representation of math expression

Is writing only static methods equivalent to side-effect free programming in C#?

Scala, Actors, what happens to unread inbox messages?

Enforcing side effects in python

Carry on information about previous computations

How do you implement monoid interface for this tree in haskell?

Idiomatic alternative to `if (x) Some(y) else None`

Is there a simple way to implement a fast priority queue in Haskell?

What is the Java equivalent to Python's reduce function?

In Scala, why `_` can't be used in groupBy here?

confused about return array#map javascript [duplicate]

Scala - currying function with implicit value

Is there a standard higher order function for applying a transformation several times?

Java 8 functional style to iterate with indexes

Understanding Haskell recursion in functions

How to use Y- Combinator; why does this infinite recursion return 9?

Using forEach on Documents in MongoDB

Is there an infix version for routine invocation in perl 6?