Completed
Details
Details
Assignee
Tom Faulhaber
Tom FaulhaberReporter
Tom Faulhaber
Tom FaulhaberApproval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created March 6, 2011 at 1:42 AM
Updated March 1, 2013 at 6:47 PM
Resolved March 1, 2013 at 6:47 PM
Answer: cl-format doesn't print nil as "Nil". The () construction is a case control operator. In this case, it capitalizes the each word in the expression: http://www.lispworks.com/documentation/HyperSpec/Body/22_cha.htm.
In general, I've suppressed the obvious "CL-only" stuff like upper case symbols and such and replaced them with the corresponding Clojure conventions.