Lambda the Ultimate

inactiveTopic Metamorphic Programming
started 3/25/2001; 12:21:47 AM - last post 3/26/2001; 1:01:23 PM
andrew cooke - Metamorphic Programming  blueArrow
3/25/2001; 12:21:47 AM (reads: 1597, responses: 1)
Metamorphic Programming
One of the few things I have learnt so far from Algebra of Programming is how general the fold function is (it recursively applies a function to a list).

Metamorphic programming is a way of extending this to other data structures via an intermediate representation.
Posted to theory by andrew cooke on 3/25/01; 12:22:17 AM

Ehud Lamm - Re: Metamorphic Programming  blueArrow
3/26/2001; 1:01:23 PM (reads: 620, responses: 0)
Take a look at this paper.

(other papers found on the same web page seem promising.)