5 I was thinking, if I am going for a hybrid SpringCoat/SummerCoat for RatufaCoat
6 then why not just make it so SummerCoat is built on top of SpringCoat, but
7 instead there can be multiple execution engines for the code. I would still
8 need the compiler of course but for some testing, some classes could be read
9 and executed over SummerCoat instead as a I build things out. Then when it
10 comes to the interpreter stuff I can just delete it and not worry about that
11 complication at all. Just for testing I will just need some way to have it
12 to where SummerCoat gets classes compiled for it as I go along... like if
13 compilation fails for SummerCoat then it just falls back to SpringCoat mode
14 which is much slower. But definitely from this random thought that popped into
15 my brain, I am needlessly complicating things. Of course there will need to be
16 some changes around SpringCoat but it should work just fine.