Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
rocketnia
4575 days ago |
link
|
parent
Oh, now that we're talking about it, I seem to remember there's some kind of issue where Jarc allows regular function calls on symbols but 'apply on a symbol doesn't work. So how about (apply 'getTime (list:new java.util.Date))?
1 point
by
jsgrahamus
4575 days ago |
link
Jarc> (apply 'getTime (list:new java.util.Date)) 1337113306091 Jarc>
-----