[plt-scheme] Re: Style question

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jun 2 15:47:25 EDT 2009

On Jun  2, Tomasz wrote:
> On May 31, 11:40 am, Tomasz <tomasz.skut... at gmail.com> wrote:
> > Thanks - that helped. I'll probably take procedure-rename route.
> 
> Well... taking that route didn't work. procedure-rename drops
> keyword arguments. Consider test case:
> [...]
> Is this planned/desirable effect? Should I fill bug-report?

Yes, `procedure-rename' doesn't work with keyword functions yet (it
works at the low-level).  But in any case, I think that in your case
renaming the provided name is easier.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.