Mercurial Hosting > reactionary
comparison src/java_fork.html.luan @ 65:7c496678f32a
mikraite links
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 Aug 2024 21:45:21 -0600 |
parents | c385a4f75b10 |
children | b1982e401900 |
comparison
equal
deleted
inserted
replaced
64:b91375e2a28a | 65:7c496678f32a |
---|---|
27 <h1>Java Fork</h1> | 27 <h1>Java Fork</h1> |
28 | 28 |
29 <p><a href="/java.html">Java 8</a> is good reactionary software but is essentially unsupported. So someone should fork it and maintain and improve it. I suggest these improvements:</p> | 29 <p><a href="/java.html">Java 8</a> is good reactionary software but is essentially unsupported. So someone should fork it and maintain and improve it. I suggest these improvements:</p> |
30 | 30 |
31 <ul> | 31 <ul> |
32 <li>Fix inner classes as described <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li> | 32 <li>Fix inner classes as described <a href="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li> |
33 <li>Replace generics with a cleaner solution.</li> | 33 <li>Replace generics with a cleaner solution.</li> |
34 <li>Remove static imports.</li> | 34 <li>Remove static imports.</li> |
35 <li>Remove lambda expressions.</li> | 35 <li>Remove lambda expressions.</li> |
36 </ul> | 36 </ul> |
37 | 37 |