Hi Rob, On 06/03/2012 04:48 AM, Rob Couto wrote: > Hi again Kas and all... > > Here's a patch for master, which also applies to redacted in case that > helps. I found out that you don't need parantheses when defining > aliases to other functions, as in boot.scm there is the reason for > that other oddity: (define time flxtime). I changed the docs to > reflect that, you can (define time process-time) and (define flxtime > process-time) or only the one you used, if one... I always used > (time).
Just quickly - (flx-time) was just added to avoid a collision with (time) as defined in racket for something else... This is only a problem when using DrRacket. cheers, dave
