cyclone/examples/call-scm-from-c
Justin Ethier 56610b7869 WIP - need to handle cont on the c thread
will probably need to use another setjmp/longjmp to be able to resume c_thread after scm call.
2020-08-12 19:03:53 -04:00
..
basic-no-gc.scm Relocate files 2020-08-11 19:02:05 -04:00
basic.c Relocate files 2020-08-11 19:02:05 -04:00
basic.h Relocate files 2020-08-11 19:02:05 -04:00
full-with-gc.scm Relocate files 2020-08-11 19:02:05 -04:00
full.c WIP - need to handle cont on the c thread 2020-08-12 19:03:53 -04:00
full.h Relocate files 2020-08-11 19:02:05 -04:00
Makefile Relocate files 2020-08-11 19:02:05 -04:00
Readme.md Relocate files 2020-08-11 19:02:05 -04:00

limited-scm-call-from-c.scm - A sample application to demonstrate how to make simple, limited calls into Scheme code from C. See the code for more information.