interpret-as-procedure

Name

interpret-as-procedure -- Return a procedure given its value, its symbol, or its name.

Synopsis

(interpret-as-procedure proc-or-string-or-symbol)

Description

Return a procedure given its value, its symbol, or its name. Return #f if PROC-OR-STRING-OR-SYMBOL is none of those things.

Implementation Notes

Module: (app scwm reflection)

Defined in scheme/reflection.scm at line 37 (CVS log)