Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for multiple invocations of compile! rather than a single one #20

Open
patham9 opened this issue Nov 14, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@patham9
Copy link
Collaborator

patham9 commented Nov 14, 2023

Currently only a single compile! call is supported, though can include multiple functions within the compiled code.

It should however be possible to just build and load additional .so files, the challenge though is that each references the Chicken Scheme .so files, which it seems can only be referenced once in a process. There is likely a way around this though!

@Necr0x0Der
Copy link
Contributor

This is a good feature/issue for analyzing within #15

@patham9
Copy link
Collaborator Author

patham9 commented Nov 14, 2023

I agree, #15 should be investigated first as #20 might turn out to be time-consuming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants