| From: Danny Yoo (dyoo at hashcollision.org) Date: Wed Mar 20 15:22:34 EDT 2013 |
|
I think it should be possible. The Inside Racket docs have hyperlinks
to the C functions, so there must be a mechanism for talking about
"foreign" bindings. How does it do it?
Reading...
... It looks like the Inside Racket documentation has a set of
scribble functions for C code:
http://git.racket-lang.org/plt/blob_plain/HEAD:/collects/scribblings/inside/utils.rkt
Perhaps you can adapt this code?
| Posted on the users mailing list. |
|