Yes - I know. And there is 'println' also...

The full mini-language provided by format is much more powerful ...


[1]> (format nil "~{[~{~a~^:~}]~^~&~}" '((1 2 3)(7 8 9)))
"[1:2:3]
[7:8:9]"
[2]> (format nil "~r" 123456)
"one hundred and twenty-three thousand, four hundred and fifty-six"
[3]> 

But, this is really just a 'nice to have' ...

Regards,
Apurva


----- Original Message -----
From: "Stuart Sierra" <[EMAIL PROTECTED]>
To: "Clojure" <clojure@googlegroups.com>
Sent: Thursday, September 11, 2008 7:22:39 PM GMT +05:30 Chennai, Kolkata, 
Mumbai, New Delhi
Subject: Re: Clojure Poll 09/2008


On Sep 11, 1:18 am, Apurva Sharan <[EMAIL PROTECTED]> wrote:
> 3) Equivalent of 'format' macro. This would be really helpful in debugging.

There is a "printf" in recent Clojure SVN.
-Stuart


--~--~---------~--~----~------------~-------~--~----~
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