scheme_eval#

SchemeEval.scheme_eval(input)#

Evaluates a scheme expression in string format.

Parameters:
inputstr

Input scheme expression in string format

Returns:
str

Output scheme value represented as Python datatype

Return type:

Any