-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
C library #80
Comments
This will probably be with cffi, because of the support for using specifically the C ABI. |
https://github.com/go-python/gopy this looks very promising |
looks like it has a difficult time with channels and multiple returns:
I think the play will be to write a completely separate package that just imports everything and makes nicely compatible C functions that can alternatively be compiled with vanilla |
https://github.com/vladimirvivien/go-cshared-examples
I think it is important that dnadesign is usable with C. This is primarily so it can be embedded into a python package for use with AI systems. Systems where performance is really important can still be C - but it would be very nice to have basic functions for unique features to be callable from Python!
This should start fairly simple, but expand from there.
The text was updated successfully, but these errors were encountered: