#jvm

[ follow ]
#scala
fromMedium
1 week ago
Java

The Programming Language That Could Have Replaced Java-but Didn't

Scala offered JVM compatibility, concise expressive syntax, and functional+OO features but failed to unseat Java in enterprise, becoming niche despite early big-tech adoption.
fromMedium
1 month ago
Scala

Scala Today: JVM, Web, Native-Why It Still Matters

Scala remains relevant in 2025, powering JVM applications, modern web development with Scala.js, and native performance via Scala Native.
Artificial intelligence
fromInfoQ
5 days ago

Bringing AI Inference to Java with ONNX: A Practical Guide for Enterprise Architects

Transformer-class models can run directly in the JVM via ONNX, enabling AI inference without adding Python dependencies or disrupting Java-based pipelines.
fromInfoWorld
1 month ago

What is the JVM? Introducing the Java virtual machine

The JVM has two primary functions: to allow Java programs to run on any device or operating system (known as the "write once, run anywhere" principle), and to manage and optimize program memory. When Java was released in 1995, all computer programs were written to a specific operating system, and program memory was managed by the software developer. It's not hard to see why the JVM was a revelation in that era.
Software development
Java
fromblog.devgenius.io
1 month ago

Xtend: Java-Friendly JVM Programming.

Xtend is a concise, expressive statically-typed language for the Java Virtual Machine that enhances Java development productivity.
[ Load more ]