Re: [ClojureScript] function `arguments` object

2016-02-04 Thread Yehonathan Sharvit
On Tuesday, 2 February 2016 04:32:57 UTC+2, Herwig Hochleitner wrote: > Well, for multi-arity, you'd have to parse the argument tuples. I mean, > `(print ~args) will almost work, since most destructurings can also be > evaluated and printed, but not so for seq destructurings a la (defprint x >

Re: [ClojureScript] function `arguments` object

2016-02-04 Thread Herwig Hochleitner
2016-02-04 11:59 GMT+01:00 Yehonathan Sharvit : > Thanks for the explanation about ~'. > I discover that with & it works a differently: both ~'& and & emits & > (both in clj and cljs) > Interesting, I wasn't aware of that special case in the language. -- Note that posts from