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

Figure out a better way to load Scheme code into the shared library #2

Open
aartaka opened this issue Oct 18, 2023 · 0 comments
Open
Labels
bug Something isn't working question Further information is requested

Comments

@aartaka
Copy link
Contributor

aartaka commented Oct 18, 2023

The current approach of literal string insertion is good because

  • We don't need to bundle the Scheme file with the library.
  • The library doesn't need to reach to an outside file (which is really hard for a WebKitGTK-loaded shared library—it's heavily sandboxed.)

But it's dangerously indirect and opaque. So would be nice to find some other way to integrate Guile, WebKitGTK, and C slightly tighter and in a more correct-ish way.

@aartaka aartaka added bug Something isn't working question Further information is requested labels Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Development

No branches or pull requests

1 participant