We have to embed some Python logic in a JVM stack. In this system we run the GraalPY runtime and we would like to use Coconut to develop the Python code.
We would compile the Coconut code under CPython, but the target code needs to run under GraalPY. Therefore the question is: Does Coconut's target code run under GraalPY?
Thanks a lot for an explanation!