[racket] Sending a method as a symbol

From: nicolas.oury at gmail.com (nicolas.oury at gmail.com)
Date: Sun Nov 13 16:00:55 EST 2011

Dear all,

Is there a function to send to a class with a dynamic symbol instead of a
static one?

As in (send .... 'method-name)

send seems to reduce to find-method/who, but this function is not exported.

Best regards,

Nicolas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20111113/6ddf76b2/attachment.html>

Posted on the users mailing list.