Hacker News new | ask | show | jobs
Truffle Unchained – Portable Language Runtimes as Java Libraries (medium.com)
3 points by grashalm 995 days ago
1 comments

This will boost adoption at so many levels: - Importing a Truffle language as a regular Maven dependency - Ease integration with mainstream package managers - Ability to update to the latest language version, independently of the JVM used

I'm still in awe at how smooth the Truffle "unchaining" worked out with no API changes (just a few necessary additions).