Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 255
ctypes and cffi? #211
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
Description
Activity
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedwontfixThis will not be worked onThis will not be worked on
It is just a small and fast question. I see in the documentation: "Interface with the GMT C API directly using ctypes (no system calls)."
I understood that now, cffi was just better than ctypes for new projects (see for example https://www.quora.com/How-can-I-decide-between-using-ctypes-and-CFFI-in-Python).
I was wondering if there is a reason why gmt-python doesn't use cffi instead of ctypes?