Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Problem with Tail Recursion in g++

Is it possible to showcase the different strategies of evaluation by modifying this simple reducer?

Recursive arc-length reparameterization of an arbitrary curve

What are modern continuation operators all about? [closed]

Is there a "complete" set of functions/operators for FRP?

Is my understanding of transducers correct?

In Clojure, is there a function like Haskell's on?

Compiling functional languages to C

Can it be proved that call-by-need has the minimal asymptotic time complexity among all reduction strategies?

Generic identity function for use with type inference

How should FRP work at the top level?

How do I optimise this Haskell limit order book (with code, reports, graphs)?

How to chain BiFunctions?

Understanding the Limitations of Lazy Evaluation (Sieve of Eratosthenes)

Is "Partial Function Application" a misnomer in the context of Javascript?

How would the 'Model' in a Rails-type webapp be implemented in a functional programming language?

Composing adaptors in Boost::range