Getting Started with Java 9 Modules

In July 2017, Java 9 will be released including the brand-new module system. This short introduction gets you started with modular development in Java 9. Read more

Similar

Java from Haskell

Our introductory post for inline-java showed that we could call methods written in Java (or indeed any JVM function) from Haskell. Much in the style of other packages, it is moreover possible to do using java syntax, so examples from Java API documentatio... (more…)

Read more »