Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 02 / 28.mkd
blobf57b983757e9d55b8a292be12dcb9bcb556e758b
1 # 2016/02/28
3 ## 00:35
5 Ant is going to get a bit complex, so I suppose I need a kind of mini hairball
6 that is very light for this to work.
8 ## 09:53
10 What I really need though is a generator for build.xmls which I can recurse
11 into when compling things potentially.
13 ## 11:57
15 I believe I am going to use a shell script instead, this would be limited to
16 building on UNIX like systems only however. But on non-UNIX systems this would
17 prove a bit more difficult. I can do something similar to Squirrnix and have
18 a compilation of a basic system which builds things.
20 ## 16:45
22 I never realized that `LinkedList` was a `Deque`, that is pretty nice.
24 ## 16:59
26 The one thing I am missing though is the lack of unmodifiable collections. I
27 will need to duplicate that for certain cases.
29 ## 19:32
31 Looks like JavaME has something called liblets now, this means that there is
32 no longer a need to cram entire libraries into a single JAR and now it can just
33 reuse pre-existing ones.
35 ## 20:18
37 Actually, I believe I am feature creeping again.