Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is it possible to create a Functor instance for sorted binary trees in Haskell?

Are purely functional data structures always lock-free?

Race conditions in pure functional programming

Construct a random string of n length from a list using Elixir

How do I focus an input with Cycle.js and RxJS?

Scala: Get sum of nth element from tuple array/RDD

Avoid using global variable in Java 8 stream reduce method

What is the difference between :foo, ::foo, ::bar/foo, and :bar/foo in Clojure?

How to repeat a list of functions in haskell

Writing a factorial tail recursive function in Scala

How to define a lambda function that filters list based on subtype of a sum type?

Loop in recursion in Haskell

Implementing the transpose of a matrix using only `!!` and `length`

Haskell expression for function mutating its surrounding environment?

Explain ML type inference to a C++ programmer

What to call a function that splits lists?

Clojure presentation for beginners?

Is there a standard library solution to this Haskell problem?

Why names form a kind and not just a type?

How to walk an AST with tail recursion in Clojure