jscheme
Interface SchemeEvaluator

All Known Implementing Classes:
Evaluator

public interface SchemeEvaluator

Opaque interface for objects that represent an instance of an environment for executing Scheme code. Most users of JScheme will not need to know about this interface but will instead be satisfied with the JS class.

Author:
Toby Allsopp