On Feb 17, 9:42 pm, Alexey Aristov <
aris...@weiglewilczek.com> wrote:
> > The problem (possibly) arises when you try to import classes from more
> > than one language. How can we guarantee that, for example, Java
> > and .net libraries class names won't clash?
>
> another prefix? .java.lang.String?
I suspect, just java has its class libs all under tow specific
prefixes (java/javax). Can we assume other languages are sticking to
the same convention? Or we will run into the situation where two
languages are using the same full name for their implementations of
something?