Y
Hacker News
new
|
ask
|
show
|
jobs
by
eru
630 days ago
I haven't done FFI with Racket, but
https://docs.racket-lang.org/foreign/index.html
looks reasonably approachable?
1 comments
umanwizard
630 days ago
That seems to let you call C functions from Racket, but I don't see how it lets you embed Racket in a C program and call Racket functions from C. So it's at best half a solution, unless I'm missing something.
link
eru
630 days ago
See
https://docs.racket-lang.org/inside/cs-procs.html
link