Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

What is Store in scalaz

Formatting dates inside a Function<T,R>

How function reduction in Haskell works?

Count and print unique list items in one chain using Java Streams

How to sum up the individual fields of the object list and return the results as a single object

How to convert a custom type to an Integer in Haskell?

Can the composite pattern be used to generate HTML from a tree and handle the indenting as well, or this inherently not possible?

Haskell Debugging

What is meant by 'retain state' in c++?