Dan Sugalski wrote: > It doesn't really matter if the functions inside the sort function are > idempotent--what matters is whether it's OK for us to go and memoize the > things (or whatever else we might choose to do) Exactly, that's what I've been trying to say. And that's why I propose the :constant/:function/:pure/:stateless attribute, so that perl only has to trust the programmer to say which functions can be memoized. -- John Porter Give the braindead no head.
- Schwartzian transforms Dan Sugalski
- Re: Schwartzian transforms Bart Lateur
- Re: Schwartzian transforms John Porter
- Re: Schwartzian transforms James Mastros
- Re: Schwartzian transforms Dan Sugalski
- Re: Schwartzian transforms Bryan C. Warnock
- Re: Schwartzian transforms John Porter
- Re: Schwartzian transforms John Porter
- Re: Schwartzian transforms Simon Cozens
- Re: Schwartzian transforms Dan Sugalski
- Re: Schwartzian transforms Bryan C. Warnock
- Re: Schwartzian transforms Russ Allbery
- RE: Schwartzian transforms David Whipp