Hi all-<br><br>I&#39;ve got a problem that is screaming out for scoped ffi callbacks(it&#39;s for a plugin system I&#39;m developing for a web app).  In my gleaning of the docs, I concluded ccl doesn&#39;t appear to support this out of the box.  Is this in fact the case?  If not, is there any way I can ape it?  I don&#39;t care if it&#39;s portable code.<br>

<br>Ideally, what I&#39;d like to end with is something I can wrap in a let:<br><br>(let ((somecallback  (define-callback ....)))<br>            ;;set up, run, and clean up plugin interpreter(lua and python)<br>);;gc the callback<br>
<br>Thanks for any suggestions.<br>
Mike Kohout<br>