Should we be removing the C example device?
#164
Closed
burgholzer
started this conversation in
Ideas
Replies: 2 comments
-
|
I think one motivation was that we also see how the interface looks and feels from the C point of view. However, since I do not see any way of not detecting an incompatibility by only implementing a C++ device that would occur when one would implement the same in C (since the interface is C and as long as we do not abuse the interface by performing some strange pointer casts in the C++ device), I am happy to drop the C device. I assume that no one is using it anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I agree. I'll tackle this once #160 is merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, we provide two example devices (C and C++).
While this is a nice exercise, it
I'd personally favor simply removing the C example device.
@ystade opinions?
Beta Was this translation helpful? Give feedback.
All reactions