Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Homoiconic type theory

Is there an Iteratee-like concept which pulls data from multiple sources?

OCaml: Declaring a function before defining it

OCaml - Pattern matching with list reference in a tuple

In Clojure, what are the other most important functions in Clojure core one must master to be productive?

Take last n element in Kotlin

How to functionally merge overlapping number-ranges from a List

Reduce with extra arguments to the function in R [duplicate]

How can I convert this foldLeft : Double expression to use Option[Double] instead?

Whats the most elegant way to add two numbers that are Optional<BigDecimal>

Haskell Print Lines in function

Transposing a 2 dimensional matrix in Erlang

How can I idiomatically "remove" a single element from a list in Scala and close the gap?

How to cast a character to int in Clojure?

Why is the Clojure Hello World program so slow compared to Java and Python?

Why does the list functor represent a context of nondeterministic choice?

Functional languages: Real-life Examples

functional-programming

Why do we need flatMap (in general)?

What is Scala way of finding whether all the elements of an Array has same length?

Map applied to multiple arguments in Haskell