Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional dependency injection

How to access an argument of the "parent" function?

Functional pattern for double fold

New to OCaml: How would I go about implementing Gaussian Elimination?

Function which applies its argument to itself?

Shapeless : Prepend. Implicit not found

How make this piece of Haskell code more concise?

In a game built with purely functional programming, how could one player do damage (alter state) of another player? [closed]

Function Factory in R

r functional-programming

Non tail-recursive function not blowing up in GHCi. Why?

Remove duplicates from a list in SML

Recursion-schemes generalization of `tails`

Does the continuation + tail recursion trick actually trade stack space for heap space?

I find myself reversing accumulators at the end of most functions; how can I stop?

Scalaz Type Classes for Apache Spark RDDs

How to call redux action after success of another action?

How do I center an item within a React Native ListView?

How to write this polyvariadic composition function in Haskell?

accessing Clojure's thread-first macro arguments

Kotlin: combine certain elements in list in a functional way