mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Added call-scm-from-c features
This commit is contained in:
parent
309ade2147
commit
6008c348fb
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
Features
|
||||
|
||||
- Added the ability to call Scheme code from C. This includes:
|
||||
- C function `Cyc_scm_call` which allows execution of arbitrary Scheme code, and returns objects that can be safely used by the caller.
|
||||
- C function `Cyc_scm_call_no_gc`. This function imposes more restrictions but does not register with the Cyclone garbage collector so there is less overhead.
|
||||
- Full code examples in the `examples/call-scm-from-c` directory in the Cyclone source tree.
|
||||
- Added the `-COBJ` compiler flag to allow Cyclone to link an executable using objects that are generated by an external source such as a makefile.
|
||||
|
||||
## 0.19 - August 3, 2020
|
||||
|
|
Loading…
Add table
Reference in a new issue