JVM Scheme 抽象语法树访问
JVM Scheme Abstract Syntax Tree access
JVM 上有许多 Scheme 实现 运行(例如 JScheme、Kawa)。
它们中的任何一个都支持:
a) 与 Java 的双向互操作性。
b) 访问 Scheme 表达式的 AST?
Kawa 具有双向互操作性。
Full convenient and efficient access to the huge set of Java libraries
means you can access objects, methods, fields, and classes without
run-time overhead.
来自"Evaluating Scheme expressions from Java"
The following methods are recommended if you need to evaluate a Scheme
expression from a Java method.
此处描述了 Java 中 Scheme 类型的表示方式:
如需更多信息,请尝试向 Kawa 邮件列表发送邮件。
JVM 上有许多 Scheme 实现 运行(例如 JScheme、Kawa)。
它们中的任何一个都支持: a) 与 Java 的双向互操作性。 b) 访问 Scheme 表达式的 AST?
Kawa 具有双向互操作性。
Full convenient and efficient access to the huge set of Java libraries means you can access objects, methods, fields, and classes without run-time overhead.
来自"Evaluating Scheme expressions from Java"
The following methods are recommended if you need to evaluate a Scheme expression from a Java method.
此处描述了 Java 中 Scheme 类型的表示方式:
如需更多信息,请尝试向 Kawa 邮件列表发送邮件。