In my opinion, idiomatic Clojure for this is:

(.println System/out "smile")

--Steve

On Saturday, November 15, 2008, at 09:32PM, ".Bill Smith" <[EMAIL PROTECTED]> 
wrote:
>
>Clojure doesn't know what to do with "System.out"; you need to express
>that as (. System out).  Of course (.. System out (println "wtf")) is
>equivalent to (. (. System out) (println "wtf"))
>
>I hope that helps.
>
>Bill


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