There are a number of Scheme implementations running on the JVM (e.g. JScheme, Kawa).
Do any of them support both of: a) Two-way interoperability with Java. b) Access to the AST for a Scheme expression?
There are a number of Scheme implementations running on the JVM (e.g. JScheme, Kawa).
Do any of them support both of: a) Two-way interoperability with Java. b) Access to the AST for a Scheme expression?
Copyright © 2021 Jogjafile Inc.
Kawa has two-way interoperability.
From Kawa Features:
From "Evaluating Scheme expressions from Java"
How the Scheme types are represented in Java are described here:
"Scheme types in Java"
For more information try sending a mail to the Kawa mailing list.