Substrate VM: framework allowing ahead-of-time compilation of Java applications

graal – Graal: High-Performance Polyglot Runtime :rocket: :trophy: Read more

Similar

Java.util.LinkedList Class

Java.util package provides a LinkedList class which has Doubly-linked list implementation of the List and Deque interfaces. The class has all optional list operations, and permits all elements (including null). Operations that index into the list will tra... (more…)

Read more »

Scripting Java with a JBang

JBang provides a way of running Java code as a script, similar to JShell. However, unlike JShell, JBang works great on Java 8 and can be used to automatically download dependent libraries as well. In fact, JBang can even run without Java being installed -... (more…)

Read more »