Coalton and cffi #1665
-
I want to wrap a
When I execute:
I get:
I am assuming that Coalton doesn't play well with Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
stylewarning
Oct 3, 2025
Replies: 1 comment 1 reply
-
This defines a new CFFI type to be used with the CFFI defining functions. It doesn't define a new Lisp type and so REPR won't work. C data can't be freely passed in and around Lisp functions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cerk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This defines a new CFFI type to be used with the CFFI defining functions. It doesn't define a new Lisp type and so REPR won't work.
C data can't be freely passed in and around Lisp functions.