Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What are real use cases of currying?

Agda Type-Checking and Commutativity / Associativity of +

Space leaks in Haskell

Why can't I write [1,2,3].reduce(Math.max) in Javascript? [duplicate]

Haskell's type signature of u f=f.f is stronger than I would like

Scala String Equality Question from Programming Interview

In R, getting the following error: "attempt to replicate an object of type 'closure'"

(Kestrel) K-combinator: why is it useful?

Setting up diagnostic error messages in large Mathematica projects

C++0x (C++11) as functional language?

Can this functionality be implemented with Haskell's type system?

Functional implementation of Tarjan's Strongly Connected Components algorithm

How does concurrency using immutable/persistent types and data structures work?

What is exactly an indexed functor in Haskell and what are its usages?

Writing GUI in one language and main app in another

Can we define a higher-kinded type-level identity function in Scala?

Equivalent of Haskell scanl in python

What is the lifetime of a memoized value in a functional language like Haskell?

how to do Seq.takeWhile + one item in F#

What's the difference between data and code?