Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Good cross platform functional language for library use in a C++ application?

Why isn't there an orElse method on PartialFunction that accepts a total function?

Haskell Polymorphic Tree Sum

How to translate shift/reset into delimcc?

How come that we can implement call/cc, but the classical logic (intuitionistic + call/cc) is not constructive?