Package org.retro.scheme

The scheme library based on JScheme provides everything needed to process R4RS scheme on top of java.

See:
          Description

Interface Summary
Function  
Importer  
SchemePair  
SchemeProcedure  
SchemeSymbol  
 

Class Summary
BotSchemeObject BotSchemeObject is used to communicate with the Scheme world.
Closure  
Continuation  
DynamicEnvironment  
DynamicVariable  
E  
Environment  
Generic  
Import  
InputPort  
Invoke  
JavaConstructor  
JavaField  
JavaListener  
JavaMethod  
JS  
LCO  
LexicalEnvironment  
LocalVariable  
Macro  
Op  
Pair  
Primitive  
Procedure  
Queue  
RawConstructor  
RawMethod  
Reflector  
REPL  
Scheme Default scheme object, mostly used as a set of static methods, it may be useful for instantiating an object for stat checking.
SchemeEvalStartup The bot libraries and databases require default scheme functions, this class contains static methods for setting those functions.
SchemeObject  
SI  
SingleImporter  
StaticReflector  
Symbol  
U  
Values  
Version  
WildImporter  
 

Exception Summary
BacktraceException  
JschemeThrowable  
SchemeException  
 

Package org.retro.scheme Description

The scheme library based on JScheme provides everything needed to process R4RS scheme on top of java.