Re: can scheme48 be embedded into a C/C++ application?
Michael Sperber <[email protected]> Mon, 27 Aug 2018 09:09:53 +0200
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
blackthirt33n <[email protected]> writes: > can scheme48 be embedded into a C/C++ application? Sure. While there's extensive documentation on the C FFI in general, I don't think there are docs for this particular use case, however. If you look in c/main.c though, you can see how initialization and startup work, that might get you started. If not, post here and I'll try to help. -- Regards, Mike