Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What kind of morphism is `filter` in category theory?

Modify dict values inplace

Passing additional parameters in higher-order functions

React functional component using state

Explain Type Classes in Haskell

What exactly makes a type system consistent?

"Any function on finite lists that is defined by pairing the desired result with the argument list can always be redefined in terms of fold"

Does return break referential transparency?

Amortization of functional array-doubling stack

Scala Streams Performance

Function Overhead in Functional Languages like Haskell or in Hybrids like Scala [closed]

In functional programming, can a function call another function that was declared outside of it's scope and not passed as a parameter?

functional-programming

What is the difference between the Clojure function (nth [coll index]) and the composition (last (take index coll))

Running queries in parallel in Doobie

What is the connection between primitive recursion and catamorphisms?

How to combine Haskell code with Objective-C for iOS development?

Coq: Prop versus Set in Type(n)

(Chez) Scheme benchmarks?

Cats effect - parallel composition of independent effects