I guess my best bet for now is just  another java wrapper that converts 
Object... to Object[].

On Wednesday, 31 October 2012 09:49:06 UTC-4, sw1nn wrote:
>
> It isn't. 
>
> I created a first cut of a patch to support this[1] a while back,  but 
> it's messy and I haven't spent time on it since. 
>
> Ideally,  you'd want to specify a variadic signature using an idiomatic
>
> [arg1 arg2 &  rest]  
>
> style rather that meta data + array arg required by my patch. 
>
> The gen-class code is pretty complex, so it's not straightforward to do 
> that,  YMMV. 
>
> Neale. 
>
> [1] https://groups.google.com/d/topic/clojure/HMpMavh0WxA/discussion
> On Oct 31, 2012 1:30 PM, "JvJ" <kfjwh...@gmail.com <javascript:>> wrote:
>
>> Does anyone know if it's possible to generate java methods which take 
>> variadic arguments using gen-class?
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
>

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to