mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Add more information
This commit is contained in:
parent
9f8cc3b525
commit
7fef5d6507
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
`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.
|
||||
This directory contains two sample applications to demonstrate how to call into Scheme code from C.
|
||||
|
||||
`full-with-gc.scm` - A sample application demonstrating how to call arbitrary Scheme code from C in a safe way. This is the recommended method and would be the best place to start when building your own application.
|
||||
|
||||
`basic-no-gc.scm` - A sample application to demonstrate how to make simple, limited calls into Scheme code from C. This method is more efficient but also has significant limitations. See the code for more information.
|
||||
|
|
Loading…
Add table
Reference in a new issue