[racket] ] Converting symbols to procedures?

From: Kevin Forchione (lysseus at gmail.com)
Date: Mon Aug 11 12:05:20 EDT 2014

If I use apply on a list of procedures, the quoting of the list converts the procedures into symbols, which is not what I want to pass to the function supplied to apply (or to map for that matter). What’s the best way to handle this situation?

-Kevin

	

Posted on the users mailing list.