Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Inverse of Supplier<T> in Guava

Why do we use folds to encode datatypes as functions?

Is there a van Laarhoven representation of `Optional`

Cross product of 2 sets in Scala

Correct usage of mutable/immutable lists

What's the difference between functors and "generics"

Are there any special challenges for functional programming in an embedded environment?

Is the 'Signal' representation of Functional Reactive Programming correct?

n-ary curry in CoffeeScript

Recycling and assignment functions (`split<-`)

OCaml functors, Haskell type classes, and multiple derivation

Can Java generics be parameterized with values instead of types?

Disadvantage of unlifted type products?

Why do functional programming languages require garbage collection?

GUI programming in Scala

How do I write a game loop in Haskell?

Using scalaz state in a more complicated computation

Does `string` in OCaml support UTF-8?

How to use a callback function in python?

functional programming: immutable data structure efficiency

functional-programming