On Mon, 2 Mar 2020 at 13:29, Vladimir Sitnikov <sitnikov.vladi...@gmail.com> wrote: > > >Huh? > > Ok, so you mean Java specification.
No, that's not exactly what 100% pure Java code means. The Java code must of course comply with the appropriate Java language specification so it can be compiled. But there is a further condition, which is that the code must only rely on code that has itself been compiled from Java source. i.e. all the code (apart from the JVM) is derived from Java source. > In that sense, Darklaf follows the spec, and its code should be compatible > with all Java virtual machines. Is Darklaf written entirely in Java? Are all its dependencies written in Java? > Vladimir