[racket-dev] current-*-port

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Thu May 3 16:09:26 EDT 2012

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/

Posted on the dev mailing list.