Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 03.mkd
blob74114449bdcf3e759500763041a5996ec92df6cd
1 # 2016/07/03
3 ## 10:01
5 The producer should simplify creating instances of the JIT.
7 ## 10:08
9 The producer will need the ability to have namespaced classes for shared
10 output. This way the default set of built-in packages all can share the same
11 table of contents and reduce used space.
13 ## 11:56
15 Actually what I can do is have a freeform JIT where there are no associated
16 classes.
18 ## 14:12
20 So a full triplet would appear as: `powerpc32+g1,big.linux.generic`.
22 ## 17:32
24 Appears `StringBuilder` was missing some methods.