from Hacker News

Truffle Unchained – Portable Language Runtimes as Java Libraries

by grashalm on 9/20/23, 7:45 PM with 1 comments

  • by mukel on 9/20/23, 11:19 PM

    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).