Hi,<br><br> I am writing some code with json. Request may look likes (hasheq 'action "doit" 'arg1 "a" 'arg2 "b"). <br><br> Is there any function or library which can apply a proc with hasheq? The expected result is (proc #:action "doit" #:arg1 "a" #:args "b")?<br>
<br>Thanks,<br>Haiwei<br>