Re: Weird data reader issue (clj-time)

2014-08-21 Thread dan . stone16321
Thats it! Thanks for the great explanation. On Wednesday, August 20, 2014 5:55:18 PM UTC+1, Marshall Bockrath-Vandegrift wrote: > > What's your `print-dup` for instants print them as? The way compilation > for these expressions is going to work is: > > (a) The initial form will be read using th

Re: Weird data reader issue (clj-time)

2014-08-20 Thread Marshall Bockrath-Vandegrift
What's your `print-dup` for instants print them as? The way compilation for these expressions is going to work is: (a) The initial form will be read using the configured *data-readers*, handing the compiler a form with a literal instance object. (b) The compiler will generate code to create tha