Eli Barzilay wrote at 05/03/2012 03:48 PM:
   (parameterize ([stderr (stdout)])
     ...)

I'm not sure how I feel about shortening these, but an additional consideration is that a naming convention for parameters (so far, prefixing with "current-") has been useful. I think a naming convention can help remind people that this won't work with renaming alone:

(fprintf stderr "Oops!")

Neil V.


--
http://www.neilvandyke.org/
_________________________
 Racket Developers list:
 http://lists.racket-lang.org/dev

Reply via email to