Dossier
JVM
Coverage of JVM in the Nexus archive.
- Endive: A JVM native WebAssembly runtime
Endive is a JVM-native WebAssembly runtime developed by the Bytecode Alliance. The article is hosted on GitHub and has a discussion thread on Hacker News with 10 points and 2 comments.
- Show HN: I made a Clojure-like language in Go, boots in 7ms
A developer created a Clojure-like language called Let-go in Go, which is 90% compatible with JVM Clojure and boots in 7ms. It has decent throughput and can be used for writing CLIs, web servers, and data processing scripts. The project started as a joke but turned out to be a decent language.