Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!hagbard!sunic!news.funet.fi!hydra!cc.helsinki.fi!jpiitulainen From: jpiitulainen@cc.helsinki.fi Newsgroups: comp.lang.functional Subject: Re: Applications for lazy functional languages Message-ID: <1991Mar24.113412.5685@cc.helsinki.fi> Date: 24 Mar 91 11:34:12 GMT References: <4682@osc.COM> Distribution: comp Organization: University of Helsinki Lines: 9 In article , spot@CS.CMU.EDU (Scott Draves) writes: > In article <4682@osc.COM> jgk@osc.COM (Joe Keane) writes: > > In Scheme you can implement `delay' and `force' as lambda > > expressions. > Not really. They have to be special forms. Or macros. In either > case, they are not functions. > This is true for delay. force is a procedure.