Re: Could type function (type X) print nothing?

2015-04-25 Thread 임정택
accurate > representation of the data: > > (pr-str nil) > => "nil" > > - James > > On 25 April 2015 at 03:23, 임정택 > wrote: > >> Hello, Clojure users. >> >> I'm a beginner of Clojure, so it could be a dumb question. >>

Could type function (type X) print nothing?

2015-04-24 Thread 임정택
Hello, Clojure users. I'm a beginner of Clojure, so it could be a dumb question. I'm playing with Apache Storm, and I leave below line to see tuple value when something is wrong. (log-warn "Can't transfer tuple - task value is null. tuple type: " (type tuple) " and information: " tuple)