But just because Java is less than comfy to program in doesn't mean that the Pike interface for Java must be too.
/ Martin Nilsson (ja till euro, nej till cent)
Previous text:
2003-09-04 22:50: Subject: Re: arrays in Java
Well it is quite consistent to java. You specified Integer which is an object. In java you can't do 'Integer foo = 10' either but rather 'Integer foo = new Integer(10)'.
/ David Hedbor