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:
- simplelanguage
- mumbler
- 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?