3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
11 Did real life things, ate breakfast, wrote a bit of code. Need to write the
12 classloader which can handle being used with `PackageContents` to get class
13 data from. At least with `PackageContents` it is possible for binaries to come
14 in a different format.
18 Now I just need resource loading in `HairballClassLoader`.
22 Today I would say that I barely made any progress.
26 What I can do actually, is if there is no `JavaCompiler` available to the
27 system, I can load my own Java compiler up and use that potentially, once it
28 gets written that is. However, the code can be there when it does get written.
29 This of course requires binaries of the compiler to already exist however.