Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

I couldn't understand the Y-Combinator, so I tried to implement it and ended up with something shorter, which worked. How is that possible?

Compute a chain of functions in python

How to use Math.max, etc. as higher-order functions

Purely functional soft heap

How to concatenate/compose functions in R?

r functional-programming

How to represent tree with sharing in Haskell

How do I create an _inline_ recursive closure in Swift? [duplicate]

How to not fall into R's 'lazy evaluation trap'

Are statistical programming languages like R/SAS considered functional or procedural [closed]