Skip to content
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

Guidance for implementing the launcher and REPL/Shell for a new language #109

Open
duncanmak opened this issue Sep 5, 2021 · 0 comments

Comments

@duncanmak
Copy link

Hello, I'm looking for some guidance for how best to implement the launcher and shell REPL for a new language using Truffle.

So far, I've looked at the following projects:

  1. simplelanguage
  2. mumbler
  3. graalphp

Looks like these projects all took the code in simplelanguage as a base, and added some local changes to adopt to their own language.

But looking at the GraalVM codebase, I noticed that there's a org.graalvm.launcher project, should that be used instead of wiring our own shell and REPL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant