[racket] Apply proc with hasheq

From: Haiwei Zhou (highfly22 at gmail.com)
Date: Tue Dec 18 01:51:40 EST 2012

Hi,

  I am writing some code with json. Request may look likes (hasheq 'action
"doit" 'arg1 "a" 'arg2 "b").

  Is there any function or library which can apply a proc with hasheq? The
expected result is (proc #:action "doit" #:arg1 "a" #:args "b")?

Thanks,
Haiwei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121218/835b7f07/attachment.html>

Posted on the users mailing list.