153 Flattrs Received From 40 People
33 Flattrs Given To 8 People
See my home page for info about projects, publications etc.

Conal's Latest Things

Beautiful differentiation

: http://citeseer.ist.psu.edu/karczmarczuk98functional.html "ICFP '98 paper "Functional Differentiation of Computer Programs" by Jerzy Karczmarczuk... [ conal.net ]

Trimming inputs in functional reactive programming

: http://haskell.org/ghc/docs/latest/html/libraries/base/Control-Applicative.html "Haskell module documentation" : http://conal.net/blog/posts/sema... [ conal.net ]

Deriving parallel tree scans

The post Deriving list scans explored folds and scans on lists and showed how the usual, efficient scan implementations can be derived from simpler... [ conal.net ]

What is automatic differentiation, and why does it work?

Bertrand Russell remarked thatEverything is vague to a degree you do not realize till you have tried to make it precise.I'm mulling over automatic ... [ conal.net ]

A third view on trees

A few recent posts have played with trees from two perspectives. The more commonly used I call "top-down", because the top-level structure is most ... [ conal.net ]
Tags:

Parallel tree scanning by composition

My last few blog posts have been on the theme of scans, and particularly on parallel scans. In Composable parallel scanning, I tackled parallel sca... [ conal.net ]