Hi

On Wed, Oct 29, 2008 at 6:23 PM, bc <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I've posted a new article on my blog about Clojure Namespaces:
> http://bc.tech.coop/blog/081029.html
>
> I would appreciate any comments/criticisms or additional insights.

Your backslashes have gone missing in your calls to printf.  e.g.:

(doseq x (ns-map 'test) (printf "%s: %sn" (first x) (frest x)))

-- 
Michael Wood <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to