Skip to content

Why do a polyglot runtime? #5068

Answered by smarr
Olyno asked this question in General
Sep 25, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

One aspect is using existing libraries from other languages, various demos here: https://github.com/hpi-swa/trufflesqueak#demos
The polyglot approach and the language interoperability approach also has the benefit that one can use a single mechanism from each language, instead of relying on language-specific solutions.

Another is that one can use the various tools for different languages, which avoids having to learn different tools for each language.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Olyno
Comment options

Answer selected by Olyno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants