Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!iuvax!silver!mitchemt From: mitchemt@silver.bacs.indiana.edu Newsgroups: comp.lang.scheme Subject: Re: Question with binding Message-ID: <56700003@silver> Date: 19 Apr 89 00:26:00 GMT References: <26688@polya.Stanford.EDU> Organization: Indiana University CSCI, Bloomington Lines: 6 Nf-ID: #R:polya.Stanford.EDU:-2668800:silver:56700003:000:296 Nf-From: silver.bacs.indiana.edu!mitchemt Apr 18 19:26:00 1989 As far as I know, (define + (lambda (x y) (* x y))) will work just fine under Chez Scheme. I agree that it would be hard to write a compiler for this type of code. I don't think it will bomb but you might get some weird results. Hope this is of some help. Terrence Mitchem, Indiana University.