[racket] Racket style guide (was Re: Argument order conventions (was: Variable naming conventions))

From: Tom McNulty (tom at cetiforge.com)
Date: Tue Sep 20 01:42:02 EDT 2011

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?

- Tom





Posted on the users mailing list.