Functional Programming Languages in Education disappeared

2001-12-12 Thread Olaf Chitil
Christopher Milton informed me that the link from haskell.org to http://www.cs.kun.nl/fple/, the pages on Functional Programming Languages in Education is broken. In fact, the pages seem to have disappeared completely. I think that this is a pity. I believe the pages have not been updated alrea

CFP : ASIA-PEPM 2002

2001-12-12 Thread Chin Wei Ngan
CALL FOR PAPERS ACM SIGPLAN ASIAN Symposium on Partial Evaluation and Semantics-Based Program Manipulation (ASIA-PEPM'02) Aizu, JAPAN, September 12-14 2002 (co-located with FLOPS2002) htt

FME 2002: 2nd call for papers

2001-12-12 Thread mailinglist-admin
apologies if you receive multiple copies... FORMAL METHODS EUROPE FME 2002 "Formal Methods: Getting IT Right" International Symposium and Tutorials http://floc02.diku.dk/FME/

Re: Another question about sharing

2001-12-12 Thread Adrian Hey
On Monday 10 December 2001 3:32 pm, Simon Marlow wrote: > The problem isn't restricted to CAFs - full laziness always trades space > for time. We found that it can be a large win in some cases: if > repeated computation is replaced by sharing in an inner loop, then the > gains can be dramatic.