Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

A common pattern involving composition of functions (\a b -> f (g a) (g b))

Motivation for Scala underscore in terms of formal language theory and good style?

Iterating through a list of lists?

Haskell n-ary tree traversal

What is the relationship between static typing and lazy functional languages? [closed]

Way to replicate getters/setters for public properties in a POJO

Scala: split string via pattern matching

State Monad, why not a tuple?

Scala insert into list at specific locations

Swift - avoiding nested forEach closures?

Map an if statement in Python

How would the Lambda Calculus add numbers?

What is the point of multiple parameter clauses in function definitions in Scala?

Java 8 : Get files from folder / subfolder [duplicate]

What are the benefits of currying?

Language with types as first-class values?

functional-programming

Reducing a list of UnaryOperators in Java 8

Sum array of arrays (matrix) vertically efficiently/elegantly

How do I summarize array of integers as an array of ranges?

Valid usage of Optional type in Java 8