justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
824 stars 44 forks source link

Add support for vectors to (cyclone foreign) #442

Open justinethier opened 3 years ago

justinethier commented 3 years ago

Conversion functions c->scm and scm->c should support vectors. This would allow us to support a vector type specifier for the higher-level functions in this library.