graal-core - Graal Compiler & Truffle Partial evaluator.
Read more »
With Java 18, Oracle is introducing a series of incremental features, many of which focus on easing application development. (more…)
Read more »
Semicolonless Java 1.1 is Turing-complete. Contribute to nagise/SemicolonlessJavaTuringComplete development by creating an account on GitHub. (more…)
Read more »
This week I had to work on a performance issue. Performance issues are always fun to work with. They give an opportunity to get into the depth of the technology we are using. We learn how much we d… (more…)
Read more »
Hashing is an interesting technique we need to use in standard java solutions such as services and microservices. SHA-256 is a secure hash ... (more…)
Read more »