|
|
|
|
|
by origin_path
1409 days ago
|
|
Not so. Truffle is just a Java library like any other. You can therefore run Truffle languages on any JVM. However, they will run slow as they are just interpreters, then. To get the speedups you need to use Graal, which recognizes Truffle as a library and treats it specially. |
|
I see what you mean though, thanks!