2009/9/6 glauber M4 <[email protected]>
> > > 2009/9/4 Dave Griffiths <[email protected]> > > On Tue, 2009-09-01 at 13:57 -0300, glauber M4 wrote: >> > what about move it to other place so it can be loaded from drflux.ss >> > cleanly? >> >> Potentially, yes - but IIRC one problem is that (time) conflicts with >> some drscheme code... >> >> Cant we hack it like the following? > > (define (temptime args) (time args)) > > (define-syntax time > (syntax-rules () > [(time) (flxtime)] > [(time args) (temptime args)])) > > this way we get old behaviour and still plt-compatible, its a hack anyway > > >> cheers, >> >> dave >> >> >
