[plt-scheme] Dynamic Procedure Invocation

From: Alex Peake (alex.peake at comac.com)
Date: Fri Mar 25 21:59:34 EST 2005

In Common Lisp I can say:

(funcall (find-symbol "+") 1 2 3)

-- the key is the proc name is a suitable string (maybe read out of a database) --

Is there something similar in PLT Scheme (that does not use eval).

(I know about apply and I found strin->symbol and I have played with quasiquotation)

Alex



Posted on the users mailing list.