Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Can std::transform be replaced by std::accumulate?

How to count vowels in Java through functional programming?

Can't understand result when calling applyTwice multiple times

Functionally traversing a tree in C#

understanding referential transparency

What is an appropriate data structure or algorithm for producing an immutable concrete syntax tree in a functionally pure manner?

Is there a functional programming concept equivalent to the flip-flop operator in Perl or Ruby?

Case Statements and Pattern Matching