Rémi Forax is Maitre de Conférence at University of Marne-la-Vallée since 2003
where he obtained his PhD on multi-method in Java.
He has been using Java for many years and enjoys himself hacking the JDK.
Let me introduce a new language named pseudo (Why this name ?
Why another language ? Why God ? all these questions will be answered
in a later blog).
One great feature of this...
The second small change from coin project, new numeric litterals has been integrated to jdk7/tl workspace
and will be soon promoted into jdk7 main workspace.
Maurizio Cimadamore has just push a patch that enable to use diamond syntax to instantiate a generics.
The diamond syntax is one of the changes introduced by the...
I slowly (really slowly) progress in order to
complete the implementation of the JSR292 backport,
not because it's difficult but because I have
not much time devoted to that task.
Time to time, i heard that sentence
"array of generics a inherently unsafe"
or a variation.
That is not true and i would like to explain why
and even better propose a way to...
Just for fun, this morning, i've patched the java compiler
to be able to generate classes that use
invokedynamic instead of invokevirtual/invokeinterface when invoking
a method. following...