-
Notifications
You must be signed in to change notification settings - Fork 278
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
ABI compatible bindings for libffi #305
Comments
👍 This is what I dreamed for a long time. |
isn't this what we use |
Issue closed due to inactivityThis issue has had no activity for a long time period, so it has been closed. If you believe it was closed in error, re-open the issue and leave a comment stating a justification for it. |
TemporalMemory: fix handling of extra inputs & connectedPermanence
Problem:
libffi
is used by many languages to foreign function interface into C libraries. You'll probably findlibffi
is not compatible withnupic.core's
C++ format. Thus you'll not get the portability needed fornupic.core
to become ubiquitous.Solution:
Make a C wrapper around
nupic.core
which will expose an ABI compatible format.The text was updated successfully, but these errors were encountered: