Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

type arguments can't be inferred from the usage for higher-order function

How can I interpret the typing rules on this paper?

Is there a .NET type like a (value OR error) discriminated union?

Efficient Immutable Map Implementation?

Concise Lisp code to apply a list of functions all to the same argument(s) and get a list of the return values?

Performance implications of using Functional style Javascript vs "procedural"

Can functional/immutable data structures still be useful for concurrency in a non-garbage collected context?

Parsec and Applicative style

How much does Haskell/GHC memoize?

Pure functions when working with DOM manipulation

Should React/Redux development be Object Oriented Programming or Functional Programming? [closed]

Efficient persistent data structures for relational database

Why does array_map throw a warning when the closure raises an exception?

In clojure, why does a block comment containing a url throw an exception?

Error when running cabal-install: ExitFailure 1 (Mac OS X lion)

Most elegant way to implement Pipe and Filter Pattern

Looking for a Church-encoding (lambda calculus) to define < , > , !=

How to implement zip with foldl (in an eager language)

How do I "append" to an immutable dictionary in Swift?

Domain Driven Design in Functional Programming?