Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Anything like Java's static imports in F#?

What is the proper name of a zip-like method that "pivots" a list of lists?

functional-programming

Second Monad Law:Unit

Cost sensitive folds

Haskell which function to group list every n such that :: [a] -> Int -> [[a]]

What is the purpose of an applicative functor?

Haskell: random number - Int of IO action

How do I remember the root of a binary search tree in Haskell

Functional paragraphs

Cons of first class continuations

Reduce a set of functions over a value?

Functional code examples in ruby

Real world examples of partial function

Converting Haskell Polymorphic Cosine function to F#

Haskell processing [IO String]

Can "applying a function for n times" be done using "exponentiating by squaring"?

Functional way to map over a list with an accumulator in Scala

Filtering a set of Either[x, y], with logging

Which Scala function to replace this procedural statement?

How do I properly define an empty string in haskell?