Hi all-<br><br>I've got a problem that is screaming out for scoped ffi callbacks(it's for a plugin system I'm developing for a web app).  In my gleaning of the docs, I concluded ccl doesn'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't care if it's portable code.<br>

<br>Ideally, what I'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>