I'm working with Jupyter and SciJava, and have a number of questions 
regarding the actual Java implementation. I'd like to find some more 
detailed documentation as to the Java features supported (or not) and 
possibly even connect with the SciJava team.

For example, unless I've done something quite incorrect, you simply cannot 
initialize an array at declaration: i.e.
int[] myarr = new int[] {1,2,3,4}; 
does not work.

The Java also seems quite finicky about arrays in general

int[]x  // is ok but...
int x[] // is not.

Yet both are valid Java. SO... that's why I'm seeking more documentation on 
the Java implementation in SciJava.

Thanks in advance,
-Richard

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/2a32aea9-6ca3-414f-b078-5b2bc16d79c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to