-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both the latest JVM and standalone versions only include the Smalltalk language. #176
Comments
Hey @lkyhfx, thanks for raising this ticket. GraalVM has changed quite a bit in the last couple of months. For example, the GraalVM Updater was removed and all language implementations now ship as normal Maven dependencies. We haven't had the time to integrate this into TruffleSqueak. So the easiest way to set up a polyglot environment currently is to use an older version of TruffleSqueak, for example version The next release of TruffleSqueak will also ship TruffleSqueak Maven artifacts, so it will be possible to use Smalltalk in a Maven project, like the polyglot-embedding-demo. Ultimately, it would be cool if we could find a way to integrate the languages from Maven, so that it is possible to "install" them into a TruffleSqueak JVM standalone. Hope this helps! -- Fabio |
I've added support for |
How can I add another language to TruffleSqueak?
Also, I'm really excited about Smalltalk on GraalVM, as it makes a huge number of libraries written in other languages like Java and Python available to Smalltalk. So, how do I use third-party libraries from other languages in TruffleSqueak?
The text was updated successfully, but these errors were encountered: