Re: [GSoC] Some subtle details of type-hinted macro expansion in Clojure

2013-09-20 Thread Maik Schünemann
great summary of your experience. I think others will find this helpful. I was also surprised at first that the metadata is added to the next form *read* if you use ^ reader macro. This explains the following behaviour: (meta ^:matrix 'x) ;=> nil (meta ' ^:matrix x) ;=> {:matrix true} in the first

[GSoC] Some subtle details of type-hinted macro expansion in Clojure

2013-09-20 Thread Dmitry Groshev
I've summarized a couple of things that wasn't obvious to me when I started to work on core.matrix's macroses. Comments are appreciated: http://si14.livejournal.com/51576.html -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group