On Sep 20, 2011, at 1:42 AM, Tom McNulty wrote:

> Thanks for the guide!
> 
> What is the Racket convention for named constants? 
> 
> Somewhere along the way I picked up the convention of prefixing constants 
> with k, ie. kMyConstant.   Transmuted into racket I find myself typing:
> (define k-my-constant ...)  is there an established convention?


We have personal conventions (cap C, all caps) but no universal one, which is 
why the style guide doesn't have one. 

-- Matthias


_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to