> "[L..." is an array of ..., so it looks like you need to create a Java
> array to give it.
Oh, dear, i could have expected something like that :)
But i spent a lot of time, just being clueless.
Thank you a lot for your help!
and big shout outs to everyone making this language possible!
JonnyB
On 15 September 2010 05:31, JonnyB wrote:
> Thank you very much, for your quick reply! At least, i can be sure
> now, that in principle it should be working.
>
> What i wanna do is wrap the jMonkeyEngine3.
> The hello world example (http://jmonkeyengine.org/wiki/doku.php/
> jme3:beginner:hello_sim
Thank you very much, for your quick reply! At least, i can be sure
now, that in principle it should be working.
What i wanna do is wrap the jMonkeyEngine3.
The hello world example (http://jmonkeyengine.org/wiki/doku.php/
jme3:beginner:hello_simpleapplication)
works fine (code below).
But when i a
This is working fine from Clojure. I don't see how you can get help
without providing some information about the code you have that isn't
working.
user> (definterface Printable (print []))
user.Printable
user> (definterface User (use [^user.Printable p]))
user.User
user> (def p (reify Printable (p